coreutils/src/wc/Cargo.toml

17 lines
227 B
TOML

[package]
name = "wc"
version = "0.0.1"
authors = []
build = "../../mkmain.rs"
[lib]
name = "uu_wc"
path = "wc.rs"
[dependencies]
getopts = "0.2.14"
uucore = { path="../uucore" }
[[bin]]
name = "wc"
path = "../../uumain.rs"