aboutsummaryrefslogtreecommitdiff
path: root/librustc_unicode/Cargo.toml
diff options
context:
space:
mode:
authorpravic <[email protected]>2016-04-12 17:45:15 +0300
committerpravic <[email protected]>2016-04-12 17:45:15 +0300
commit71bb406e75aebb9f7efbaf69dd8f6c73b559932c (patch)
treebbc0b9c127c63ced8437c1c2f237bbbd191f97f3 /librustc_unicode/Cargo.toml
parentlibcollections (diff)
downloadkmd-env-rs-71bb406e75aebb9f7efbaf69dd8f6c73b559932c.tar.xz
kmd-env-rs-71bb406e75aebb9f7efbaf69dd8f6c73b559932c.zip
librustc_unicode
Diffstat (limited to 'librustc_unicode/Cargo.toml')
-rw-r--r--librustc_unicode/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/librustc_unicode/Cargo.toml b/librustc_unicode/Cargo.toml
new file mode 100644
index 0000000..1f4213f
--- /dev/null
+++ b/librustc_unicode/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+authors = ["The Rust Project Developers"]
+name = "rustc_unicode"
+version = "0.0.0"
+
+[lib]
+name = "rustc_unicode"
+path = "lib.rs"
+test = false
+
+[dependencies]
+core = { path = "../libcore" }