2016-01-21 17:19:23 -06:00
|
|
|
[package]
|
|
|
|
authors = ["The Rust Project Developers"]
|
|
|
|
name = "collections"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "collections"
|
|
|
|
path = "lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
alloc = { path = "../liballoc" }
|
|
|
|
core = { path = "../libcore" }
|
|
|
|
rustc_unicode = { path = "../librustc_unicode" }
|
2016-04-29 16:23:15 -05:00
|
|
|
|
|
|
|
[[test]]
|
|
|
|
name = "collectionstest"
|
|
|
|
path = "../libcollectionstest/lib.rs"
|