summary refs log tree commit diff
path: root/src/libstd_unicode/Cargo.toml
blob: b3346dbe2fb1240ddd1033907e169134b2ad4442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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" }