mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Merge pull request #8056 from nyurik/udeps
chore: remove unused dependencies
This commit is contained in:
commit
faa2dfada8
16 changed files with 16 additions and 65 deletions
|
@ -8,18 +8,12 @@ homepage.workspace = true
|
|||
license.workspace = true
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
uu_factor = { path = "../../../src/uu/factor" }
|
||||
|
||||
[dev-dependencies]
|
||||
array-init = "2.0.0"
|
||||
criterion = "0.6.0"
|
||||
rand = "0.9.1"
|
||||
rand_chacha = "0.9.0"
|
||||
num-bigint = "0.4.4"
|
||||
num-prime = "0.4.4"
|
||||
num-traits = "0.2.18"
|
||||
|
||||
|
||||
[[bench]]
|
||||
name = "table"
|
||||
|
|
|
@ -19,13 +19,11 @@ all-features = true
|
|||
path = "src/lib/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
glob = { workspace = true }
|
||||
libc = { workspace = true }
|
||||
pretty_assertions = "1.4.0"
|
||||
rand = { workspace = true }
|
||||
regex = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
time = { workspace = true, features = ["local-offset"] }
|
||||
uucore = { workspace = true, features = [
|
||||
"mode",
|
||||
"entries",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue