2015-07-31 22:49:14 +00:00
|
|
|
[package]
|
|
|
|
name = "yes"
|
|
|
|
version = "0.0.1"
|
|
|
|
authors = []
|
2018-03-12 23:27:21 +00:00
|
|
|
description = "Repeatedly output a line with all specified STRING(s), or 'y'."
|
2020-01-27 02:22:58 +00:00
|
|
|
build = "../#common/mkmain.rs"
|
2015-07-31 22:49:14 +00:00
|
|
|
|
|
|
|
[lib]
|
2015-12-08 02:42:08 +00:00
|
|
|
name = "uu_yes"
|
2015-07-31 22:49:14 +00:00
|
|
|
path = "yes.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2018-06-27 07:27:24 +00:00
|
|
|
clap = "2.32"
|
2019-05-13 05:42:20 +00:00
|
|
|
uucore = { version = "0.0.1", features = ["zero-copy"] }
|
2015-11-22 20:45:04 +00:00
|
|
|
|
2018-03-22 11:22:34 +00:00
|
|
|
[features]
|
|
|
|
latency = []
|
|
|
|
default = []
|
|
|
|
|
2015-11-22 20:45:04 +00:00
|
|
|
[[bin]]
|
2015-12-08 02:42:08 +00:00
|
|
|
name = "yes"
|
2020-01-27 02:22:58 +00:00
|
|
|
path = "../#common/uumain.rs"
|