mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 20:47:46 +00:00
tee: add missing feature
This commit is contained in:
parent
0a6f1758b9
commit
eb11c4006f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ path = "src/tee.rs"
|
|||
[dependencies]
|
||||
clap = { workspace=true }
|
||||
libc = { workspace=true }
|
||||
uucore = { workspace=true, features=["libc"] }
|
||||
uucore = { workspace=true, features=["libc", "signals"] }
|
||||
|
||||
[[bin]]
|
||||
name = "tee"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue