coreutils/src/tr/Cargo.toml

20 lines
227 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 = "*"
vec_map = "*"
uucore = { path="../uucore" }
[[bin]]
name = "tr"
path = "main.rs"