]> git.proxmox.com Git - rustc.git/blob - src/liballoc_system/Cargo.toml
New upstream version 1.27.1+dfsg1
[rustc.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 compiler_builtins = { path = "../rustc/compiler_builtins_shim" }
16
17 # See comments in the source for what this dependency is
18 [target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies]
19 dlmalloc = { path = "../rustc/dlmalloc_shim" }