mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 14:42:30 +00:00
use askama_web to make template responses more ergonomic
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user