]> git.proxmox.com Git - rustc.git/blob - src/liballoc/Cargo.toml
Imported Upstream version 1.10.0+dfsg1
[rustc.git] / src / liballoc / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "alloc"
4 version = "0.0.0"
5
6 [lib]
7 name = "alloc"
8 path = "lib.rs"
9
10 [dependencies]
11 core = { path = "../libcore" }