aboutsummaryrefslogtreecommitdiff
path: root/liballoc/Cargo.toml
diff options
context:
space:
mode:
authorpravic <[email protected]>2016-04-12 17:44:14 +0300
committerpravic <[email protected]>2016-04-12 17:44:14 +0300
commita3395a455b76a1a3b3dd232bf57c00eb1f485863 (patch)
tree0299908d09b43e038a1c2c51ccef6496185020c7 /liballoc/Cargo.toml
parentadd cargo profile (diff)
downloadkmd-env-rs-a3395a455b76a1a3b3dd232bf57c00eb1f485863.tar.xz
kmd-env-rs-a3395a455b76a1a3b3dd232bf57c00eb1f485863.zip
liballoc
Diffstat (limited to 'liballoc/Cargo.toml')
-rw-r--r--liballoc/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/liballoc/Cargo.toml b/liballoc/Cargo.toml
new file mode 100644
index 0000000..5da0f1a
--- /dev/null
+++ b/liballoc/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+authors = ["The Rust Project Developers"]
+name = "alloc"
+version = "0.0.0"
+
+[lib]
+name = "alloc"
+path = "lib.rs"
+test = false
+
+[dependencies]
+core = { path = "../libcore" }