7c8c45e762
And libcore/benches
22 lines
414 B
TOML
22 lines
414 B
TOML
[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" }
|
|
std_unicode = { path = "../libstd_unicode" }
|
|
|
|
[[test]]
|
|
name = "collectionstest"
|
|
path = "../libcollectionstest/lib.rs"
|
|
|
|
[[bench]]
|
|
name = "collectionsbenches"
|
|
path = "../libcollections/benches/lib.rs"
|