mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-16 02:01:05 +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
|
|
@ -18,8 +18,8 @@ edition = "2021"
|
|||
path = "src/printf.rs"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
|
||||
uucore = { version=">=0.0.17", package="uucore", path="../../uucore", features=["memo"] }
|
||||
clap = { workspace=true }
|
||||
uucore = { workspace=true, features=["memo"] }
|
||||
|
||||
[[bin]]
|
||||
name = "printf"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue