coreutils/src/uu/uniq/Cargo.toml

19 lines
252 B
TOML
Raw Normal View History

[package]
name = "uniq"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
[lib]
name = "uu_uniq"
path = "src/uniq.rs"
[dependencies]
getopts = "0.2.18"
uucore = "0.0.2"
[[bin]]
name = "uniq"
path = "../#common/uumain.rs"