]> git.proxmox.com Git - rustc.git/blob - src/librustc_unicode/Cargo.toml
New upstream version 1.14.0+dfsg1
[rustc.git] / src / librustc_unicode / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_unicode"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_unicode"
8 path = "lib.rs"
9 test = false
10
11 [dependencies]
12 core = { path = "../libcore" }