feat: todo's, add image cache control

This commit is contained in:
2026-03-20 21:47:48 +01:00
parent 12388a9908
commit a0699273f1
8 changed files with 142 additions and 34 deletions

View File

@@ -34,6 +34,7 @@ thiserror = "2.0.18"
tokio = { version = "1.49.0", features = ["full"] }
toml = "1.0.3"
users = "0.11.0"
const-str = { version = "1.1.0", features = ["proc"] }
[lints.clippy]
cargo = { level = "warn", priority = -1 }