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

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

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