]> git.lizzy.rs Git - rust.git/blob - src/liballoc_system/Cargo.toml
8e3c2c0b9cc66695c58a3a31fca886d42a22e9b4
[rust.git] / src / liballoc_system / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "alloc_system"
4 version = "0.0.0"
5
6 [lib]
7 name = "alloc_system"
8 path = "lib.rs"
9 test = false
10 doc = false
11
12 [dependencies]
13 core = { path = "../libcore" }
14 libc = { path = "../rustc/libc_shim" }