about summary refs log tree commit diff
path: root/src/liballoc_system
diff options
context:
space:
mode:
Diffstat (limited to 'src/liballoc_system')
-rw-r--r--src/liballoc_system/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/liballoc_system/Cargo.toml b/src/liballoc_system/Cargo.toml
new file mode 100644
index 00000000000..88e8e2d7adb
--- /dev/null
+++ b/src/liballoc_system/Cargo.toml
@@ -0,0 +1,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" }