diff options
| author | pravic <[email protected]> | 2016-04-12 17:45:15 +0300 |
|---|---|---|
| committer | pravic <[email protected]> | 2016-04-12 17:45:15 +0300 |
| commit | 71bb406e75aebb9f7efbaf69dd8f6c73b559932c (patch) | |
| tree | bbc0b9c127c63ced8437c1c2f237bbbd191f97f3 /librustc_unicode/Cargo.toml | |
| parent | libcollections (diff) | |
| download | kmd-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.toml | 12 |
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" } |