mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
yes: drop unused feat deps
This commit is contained in:
@@ -22,12 +22,7 @@ path = "src/yes.rs"
|
||||
clap = { workspace = true }
|
||||
itertools = { workspace = true }
|
||||
fluent = { workspace = true }
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
uucore = { workspace = true, features = ["pipes", "signals"] }
|
||||
|
||||
[target.'cfg(not(unix))'.dependencies]
|
||||
uucore = { workspace = true, features = ["pipes"] }
|
||||
uucore = { workspace = true }
|
||||
|
||||
[[bin]]
|
||||
name = "yes"
|
||||
|
||||
Reference in New Issue
Block a user