coreutils/src/uniq/Cargo.toml

18 lines
237 B
TOML
Raw Normal View History

[package]
name = "uniq"
version = "0.0.1"
authors = []
build = "../../mkmain.rs"
[lib]
name = "uu_uniq"
path = "uniq.rs"
[dependencies]
getopts = "0.2.18"
uucore = { path = "../uucore" }
[[bin]]
name = "uniq"
path = "../../uumain.rs"