coreutils/src/tr/Cargo.toml

20 lines
231 B
TOML
Raw Normal View History

[package]
name = "tr"
version = "0.0.1"
authors = []
[lib]
name = "uu_tr"
path = "tr.rs"
[dependencies]
getopts = "*"
libc = "*"
bit-set = "*"
2016-05-15 02:56:24 +00:00
vec_map = "0.6.0"
uucore = { path="../uucore" }
[[bin]]
name = "tr"
path = "main.rs"