]> git.lizzy.rs Git - rust.git/blob - src/libstd_unicode/Cargo.toml
update test
[rust.git] / src / libstd_unicode / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "std_unicode"
4 version = "0.0.0"
5
6 [lib]
7 name = "std_unicode"
8 path = "lib.rs"
9 test = false
10 bench = false
11
12 [dependencies]
13 core = { path = "../libcore" }
14 compiler_builtins = { path = "../rustc/compiler_builtins_shim" }