aboutsummaryrefslogtreecommitdiff
path: root/librustc_unicode/Cargo.toml
blob: 1f4213f0abe406843f6c16c093bf3042637e1801 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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" }