coreutils/src/tr/Cargo.toml

20 lines
261 B
TOML
Raw Normal View History

[package]
name = "tr"
version = "0.0.1"
authors = []
build = "../../mkmain.rs"
[lib]
name = "uu_tr"
path = "tr.rs"
[dependencies]
getopts = "0.2.18"
bit-set = "0.5.0"
2017-07-15 19:03:43 +00:00
fnv = "1.0.5"
uucore = { path = "../uucore" }
[[bin]]
name = "tr"
path = "../../uumain.rs"