mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-15 17:51:07 +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,11 +15,11 @@ edition = "2021"
|
|||
path = "src/expr.rs"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
|
||||
num-bigint = "0.4.0"
|
||||
num-traits = "0.2.15"
|
||||
onig = { version = "~6.4", default-features = false }
|
||||
uucore = { version=">=0.0.17", package="uucore", path="../../uucore" }
|
||||
clap = { workspace=true }
|
||||
num-bigint = { workspace=true }
|
||||
num-traits = { workspace=true }
|
||||
onig = { workspace=true }
|
||||
uucore = { workspace=true }
|
||||
|
||||
[[bin]]
|
||||
name = "expr"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue