summary refs log tree commit diff
path: root/src/liballoc_system/Cargo.toml
blob: 88e8e2d7adbc38ee9a5a55f0e2fe990bade2c155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["The Rust Project Developers"]
name = "alloc_system"
version = "0.0.0"

[lib]
name = "alloc_system"
path = "lib.rs"
test = false

[dependencies]
core = { path = "../libcore" }
libc = { path = "../rustc/libc_shim" }