coreutils/src/uu/numfmt/Cargo.toml

18 lines
415 B
TOML
Raw Normal View History

2017-10-22 07:57:49 +00:00
[package]
name = "uu_numfmt"
2017-10-22 07:57:49 +00:00
version = "0.0.1"
authors = []
license = "MIT"
2017-10-22 07:57:49 +00:00
[lib]
path = "src/numfmt.rs"
2017-10-22 07:57:49 +00:00
[dependencies]
getopts = "0.2.18"
uucore = { version="0.0.3", package="uucore", git="https://github.com/uutils/uucore.git", branch="canary" }
uucore_procs = { version="0.0.3", package="uucore_procs", git="https://github.com/uutils/uucore.git", branch="canary" }
2017-10-22 07:57:49 +00:00
[[bin]]
name = "numfmt"
path = "src/main.rs"