2016-07-12 10:41:52 +00:00
|
|
|
[package]
|
2020-05-04 06:25:36 +00:00
|
|
|
name = "uu_pinky"
|
2016-07-12 10:41:52 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
authors = []
|
2020-04-08 14:20:53 +00:00
|
|
|
license = "MIT"
|
2016-07-12 10:41:52 +00:00
|
|
|
|
|
|
|
[lib]
|
2020-04-14 16:59:25 +00:00
|
|
|
path = "src/pinky.rs"
|
2016-07-12 10:41:52 +00:00
|
|
|
|
2020-04-08 07:15:54 +00:00
|
|
|
[dependencies]
|
2020-05-04 06:25:36 +00:00
|
|
|
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"
|
2020-05-04 06:25:36 +00:00
|
|
|
path = "src/main.rs"
|