coreutils/src/numfmt/Cargo.toml

19 lines
256 B
TOML
Raw Normal View History

2017-10-22 07:57:49 +00:00
[package]
name = "numfmt"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
2017-10-22 07:57:49 +00:00
[lib]
name = "uu_numfmt"
path = "numfmt.rs"
[dependencies]
getopts = "0.2.18"
uucore = "0.0.1"
2017-10-22 07:57:49 +00:00
[[bin]]
name = "numfmt"
path = "../#common/uumain.rs"