change status output

This commit is contained in:
Robin Appelman 2025-09-18 19:17:15 +02:00
commit 9613b2c3ef
5 changed files with 142 additions and 31 deletions

View file

@ -10,7 +10,6 @@ tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread", "signal"]
image = { version = "0.25.8", features = ["png", "jpeg", "bmp"] }
axum = { version = "0.8.4", features = ["macros", "json"] }
listenfd = "1.0.2"
tower-service = "0.3.3"
serde = { version = "1.0.225", features = ["derive"] }
thiserror = "1.0.69"
toml = "0.9.6"