mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 17:14:42 +00:00
16 lines
193 B
TOML
16 lines
193 B
TOML
[package]
|
|
name = "wc"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "uu_wc"
|
|
path = "wc.rs"
|
|
|
|
[dependencies]
|
|
getopts = "0.2.14"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "wc"
|
|
path = "main.rs"
|