mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 09:03:14 +00:00
19 lines
236 B
TOML
19 lines
236 B
TOML
[package]
|
|
name = "uniq"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "uu_uniq"
|
|
path = "uniq.rs"
|
|
|
|
[dependencies]
|
|
getopts = "0.2.14"
|
|
|
|
[dependencies.uucore]
|
|
path="../uucore"
|
|
default-features = false
|
|
|
|
[[bin]]
|
|
name = "uniq"
|
|
path = "main.rs"
|