2016-01-21 15:19:23 -08: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" }
|
2016-11-29 14:38:08 -05:00
|
|
|
std_unicode = { path = "../libstd_unicode" }
|
2016-04-29 14:23:15 -07:00
|
|
|
|
|
|
|
[[test]]
|
|
|
|
name = "collectionstest"
|
|
|
|
path = "../libcollectionstest/lib.rs"
|
2016-11-25 22:13:59 +01:00
|
|
|
|
2016-12-28 20:13:10 -08:00
|
|
|
# FIXME: need to extract benchmarks to separate crate
|
|
|
|
#[[bench]]
|
|
|
|
#name = "collectionstest"
|
|
|
|
#path = "../libcollectionstest/lib.rs"
|