mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-19 11:41:10 +00:00
Use workspace inheritance for dependencies
This commit is contained in:
parent
d60fc40f2f
commit
ae27c82020
107 changed files with 472 additions and 402 deletions
|
|
@ -15,10 +15,10 @@ edition = "2021"
|
|||
path = "src/timeout.rs"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
|
||||
libc = "0.2.137"
|
||||
nix = { version = "0.26", default-features = false, features = ["signal"] }
|
||||
uucore = { version=">=0.0.17", package="uucore", path="../../uucore", features=["process", "signals"] }
|
||||
clap = { workspace=true }
|
||||
libc = { workspace=true }
|
||||
nix = { workspace=true, features = ["signal"] }
|
||||
uucore = { workspace=true, features=["process", "signals"] }
|
||||
|
||||
[[bin]]
|
||||
name = "timeout"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue