2015-07-31 22:49:14 +00:00
|
|
|
[package]
|
2020-05-04 06:25:36 +00:00
|
|
|
name = "uu_yes"
|
2015-07-31 22:49:14 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
authors = []
|
2020-04-08 14:20:53 +00:00
|
|
|
license = "MIT"
|
2020-05-04 06:25:36 +00:00
|
|
|
description = "Repeatedly output a line with all specified STRING(s), or 'y'"
|
2015-07-31 22:49:14 +00:00
|
|
|
|
|
|
|
[lib]
|
2020-04-14 16:59:25 +00:00
|
|
|
path = "src/yes.rs"
|
2015-07-31 22:49:14 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2018-06-27 07:27:24 +00:00
|
|
|
clap = "2.32"
|
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=["zero-copy"] }
|
|
|
|
uucore_procs = { version="0.0.3", package="uucore_procs", git="https://github.com/uutils/uucore.git", branch="canary" }
|
2015-11-22 20:45:04 +00:00
|
|
|
|
2018-03-22 11:22:34 +00:00
|
|
|
[features]
|
|
|
|
default = []
|
2020-05-04 06:25:36 +00:00
|
|
|
#
|
|
|
|
latency = []
|
2018-03-22 11:22:34 +00:00
|
|
|
|
2015-11-22 20:45:04 +00:00
|
|
|
[[bin]]
|
2015-12-08 02:42:08 +00:00
|
|
|
name = "yes"
|
2020-05-04 06:25:36 +00:00
|
|
|
path = "src/main.rs"
|