mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-21 12:41:13 +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,9 +15,9 @@ edition = "2021"
|
|||
path = "src/join.rs"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
|
||||
uucore = { version=">=0.0.17", package="uucore", path="../../uucore" }
|
||||
memchr = "2"
|
||||
clap = { workspace=true }
|
||||
uucore = { workspace=true }
|
||||
memchr = { workspace=true }
|
||||
|
||||
[[bin]]
|
||||
name = "join"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue