Bug fixes

This commit is contained in:
Bad Manners 2025-04-14 23:12:14 -03:00
parent 7f533cc583
commit bb118f6144
11 changed files with 123 additions and 82 deletions

View file

@ -13,7 +13,7 @@ members = [".", "migration"]
[dependencies]
askama = { version = "0.13.0", features = ["serde_json"] }
async-trait = "0.1.88"
axum = { version = "0.8.3", features = ["multipart", "macros"] }
axum = { version = "0.8.3", features = ["http2", "multipart", "macros"] }
axum-extra = { version = "0.10.1", features = ["form"] }
axum-login = "0.17.0"
chrono = "0.4.40"