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