2016-01-22 00:19:23 +01:00
|
|
|
[package]
|
|
|
|
authors = ["The Rust Project Developers"]
|
|
|
|
name = "alloc"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "alloc"
|
|
|
|
path = "lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
core = { path = "../libcore" }
|
2018-03-30 13:06:34 +02:00
|
|
|
compiler_builtins = { path = "../rustc/compiler_builtins_shim" }
|
2017-06-14 00:52:59 +02:00
|
|
|
|
2017-11-01 20:32:13 +01:00
|
|
|
[dev-dependencies]
|
2018-02-26 18:07:16 +01:00
|
|
|
rand = "0.4"
|
2017-11-01 20:32:13 +01:00
|
|
|
|
2017-06-14 00:52:59 +02:00
|
|
|
[[test]]
|
|
|
|
name = "collectionstests"
|
|
|
|
path = "../liballoc/tests/lib.rs"
|
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
name = "collectionsbenches"
|
|
|
|
path = "../liballoc/benches/lib.rs"
|