1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

chore: cleanup unused dependencies

This commit is contained in:
Yuri Astrakhan 2025-06-03 17:14:47 -04:00
parent d04d0cd987
commit 4fa9af4953
16 changed files with 16 additions and 65 deletions

View file

@ -12,5 +12,5 @@ console = "0.16.0"
libc = "0.2.153"
rand = { version = "0.9.0", features = ["small_rng"] }
similar = "2.5.0"
uucore = { path = "../../src/uucore/", features = ["parser"] }
uucore = { path = "../../src/uucore", features = ["parser"] }
tempfile = "3.15.0"