]> git.lizzy.rs Git - rust.git/blob - src/libcollections/Cargo.toml
Rollup merge of #39604 - est31:i128_tests, r=alexcrichton
[rust.git] / src / libcollections / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "collections"
4 version = "0.0.0"
5
6 [lib]
7 name = "collections"
8 path = "lib.rs"
9
10 [dependencies]
11 alloc = { path = "../liballoc" }
12 core = { path = "../libcore" }
13 std_unicode = { path = "../libstd_unicode" }
14
15 [[test]]
16 name = "collectionstest"
17 path = "../libcollectionstest/lib.rs"
18
19 [[bench]]
20 name = "collectionsbenches"
21 path = "../libcollections/benches/lib.rs"