summary refs log tree commit diff
path: root/src/libcollections/Cargo.toml
blob: 800e36161d245b39f36c3e33e8c0bc1daaa91641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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" }