]> git.lizzy.rs Git - rust.git/blob - src/liballoc_system/Cargo.toml
rustc: Implement the #[global_allocator] attribute
[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" }
15
16 [target.'cfg(not(stage0))'.dependencies]
17 alloc = { path = "../liballoc" }