Removed old packages, fixed clippy warnings

This commit is contained in:
torbjornmolin
2025-09-28 18:59:06 +02:00
parent eb4a06b669
commit 6efc9e104c
3 changed files with 3 additions and 10 deletions

View File

@@ -5,12 +5,10 @@ edition = "2024"
[dependencies]
axum = "0.8.4"
bytes = "1"
image = "0.25.8"
serde = { version = "1.0.227", features = ["derive"] }
text-to-png = "0.2.0"
tokio = { version = "1.47.1", features = ["fs", "rt-multi-thread"] }
tokio-util = { version = "0.7.16", features = ["io"] }
tower-http = { version = "0.6.6", features = ["fs", "trace"] }
tracing-subscriber = "0.3.20"
zip = "5.1.1"