coreutils/src/uu/pinky/Cargo.toml

17 lines
424 B
TOML
Raw Normal View History

2016-07-12 10:41:52 +00:00
[package]
name = "uu_pinky"
2016-07-12 10:41:52 +00:00
version = "0.0.1"
authors = []
license = "MIT"
2016-07-12 10:41:52 +00:00
[lib]
path = "src/pinky.rs"
2016-07-12 10:41:52 +00:00
[dependencies]
uucore = { version="0.0.3", package="uucore", git="https://github.com/uutils/uucore.git", branch="canary", features=["utmpx", "entries"] }
uucore_procs = { version="0.0.3", package="uucore_procs", git="https://github.com/uutils/uucore.git", branch="canary" }
2016-07-12 10:41:52 +00:00
[[bin]]
name = "pinky"
path = "src/main.rs"