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

sleep: remove unused fundu from Cargo.toml

This commit is contained in:
Daniel Hofstetter 2025-04-15 07:25:21 +02:00
parent 3dcee17572
commit 2a816e35f4
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -3249,7 +3249,6 @@ name = "uu_sleep"
version = "0.0.30"
dependencies = [
"clap",
"fundu",
"uucore",
]

View file

@ -19,7 +19,6 @@ path = "src/sleep.rs"
[dependencies]
clap = { workspace = true }
fundu = { workspace = true }
uucore = { workspace = true, features = ["parser"] }
[[bin]]