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

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

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