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