mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 09:03:14 +00:00
22 lines
345 B
TOML
22 lines
345 B
TOML
[package]
|
|
name = "yes"
|
|
version = "0.0.1"
|
|
authors = []
|
|
description = "Repeatedly output a line with all specified STRING(s), or 'y'."
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_yes"
|
|
path = "yes.rs"
|
|
|
|
[dependencies]
|
|
clap = "2.31"
|
|
uucore = { path = "../uucore" }
|
|
|
|
[features]
|
|
latency = []
|
|
default = []
|
|
|
|
[[bin]]
|
|
name = "yes"
|
|
path = "../../uumain.rs"
|