coreutils/src/uu/printf/Cargo.toml

18 lines
429 B
TOML
Raw Normal View History

2015-12-24 06:11:00 +00:00
[package]
name = "uu_printf"
2015-12-24 06:11:00 +00:00
version = "0.0.1"
authors = ["Nathan Ross"]
license = "MIT"
2015-12-24 06:11:00 +00:00
[lib]
path = "src/printf.rs"
2015-12-24 06:11:00 +00:00
[dependencies]
itertools = "0.8.0"
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" }
2015-12-24 06:11:00 +00:00
[[bin]]
name = "printf"
path = "src/main.rs"