mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 01:23:53 +00:00
18 lines
248 B
TOML
18 lines
248 B
TOML
[package]
|
|
name = "wc"
|
|
version = "0.0.1"
|
|
authors = []
|
|
license = "MIT"
|
|
build = "../../common/mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_wc"
|
|
path = "src/wc.rs"
|
|
|
|
[dependencies]
|
|
getopts = "0.2.18"
|
|
uucore = "0.0.2"
|
|
|
|
[[bin]]
|
|
name = "wc"
|
|
path = "../../common/uumain.rs"
|