Remove unused dependency

This commit is contained in:
AsamK 2025-07-12 10:15:27 +02:00
parent ff846bc678
commit d54be747da
2 changed files with 0 additions and 2 deletions

View file

@ -8,7 +8,6 @@ edition = "2021"
[dependencies]
anyhow = "1"
clap = { version = "4", features = ["cargo", "derive", "wrap_help"] }
log = "0.4"
serde = "1"
serde_json = "1"
tokio = { version = "1", features = ["rt", "macros", "net", "rt-multi-thread"] }