]> git.proxmox.com Git - rustc.git/blame - src/liballoc/Cargo.toml
New upstream version 1.23.0+dfsg1
[rustc.git] / src / liballoc / Cargo.toml
CommitLineData
7453a54e
SL
1[package]
2authors = ["The Rust Project Developers"]
3name = "alloc"
4version = "0.0.0"
5
6[lib]
7name = "alloc"
8path = "lib.rs"
7453a54e
SL
9
10[dependencies]
11core = { path = "../libcore" }
041b39d2
XL
12std_unicode = { path = "../libstd_unicode" }
13
abe05a73
XL
14[dev-dependencies]
15rand = "0.3"
16
041b39d2
XL
17[[test]]
18name = "collectionstests"
19path = "../liballoc/tests/lib.rs"
20
21[[bench]]
22name = "collectionsbenches"
23path = "../liballoc/benches/lib.rs"