use askama_web to make template responses more ergonomic

This commit is contained in:
Lennart
2025-04-12 12:15:50 +02:00
parent e2d423fdc2
commit 7b70b79bf0
7 changed files with 62 additions and 50 deletions

View File

@@ -74,6 +74,7 @@ derive_more = { version = "2.0", features = [
"constructor",
] }
askama = { version = "0.13", features = ["serde_json"] }
askama_web = { version = "0.13.0", features = ["actix-web-4"] }
sqlx = { version = "0.8", default-features = false, features = [
"sqlx-sqlite",
"uuid",