about summary refs log tree commit diff
path: root/src/libstd_unicode/Cargo.toml
blob: 283070a0e2cf7f42d9a54bd2a8a6a16a46cab8e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["The Rust Project Developers"]
name = "std_unicode"
version = "0.0.0"

[lib]
name = "std_unicode"
path = "lib.rs"
test = false
bench = false

[[test]]
name = "std_unicode_tests"
path = "tests/lib.rs"

[dependencies]
core = { path = "../libcore" }
compiler_builtins = { path = "../rustc/compiler_builtins_shim" }