2016-01-21 15:19:23 -08:00
|
|
|
[package]
|
|
|
|
authors = ["The Rust Project Developers"]
|
|
|
|
name = "alloc"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "alloc"
|
|
|
|
path = "lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
core = { path = "../libcore" }
|
2017-06-13 15:52:59 -07:00
|
|
|
std_unicode = { path = "../libstd_unicode" }
|
|
|
|
|
|
|
|
[[test]]
|
|
|
|
name = "collectionstests"
|
|
|
|
path = "../liballoc/tests/lib.rs"
|
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
name = "collectionsbenches"
|
|
|
|
path = "../liballoc/benches/lib.rs"
|