15 lines
277 B
TOML
15 lines
277 B
TOML
|
[package]
|
||
|
authors = ["The Rust Project Developers"]
|
||
|
name = "collections"
|
||
|
version = "0.0.0"
|
||
|
|
||
|
[lib]
|
||
|
name = "collections"
|
||
|
path = "lib.rs"
|
||
|
test = false
|
||
|
|
||
|
[dependencies]
|
||
|
alloc = { path = "../liballoc" }
|
||
|
core = { path = "../libcore" }
|
||
|
rustc_unicode = { path = "../librustc_unicode" }
|