This commit is contained in:
Jonas Rabenstein 2026-08-13 02:43:17 +02:00
commit 859603399a
4 changed files with 1284 additions and 313 deletions

View file

@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
anyhow = "1"
axum = "0.8"
axum = { version = "0.8", features = [ "macros" ] }
axum-extra = { version = "0.10", features = ["cookie"] }
chrono = { version = "0.4", features = ["serde"] }
dotenvy = "0.15"