Switch to server side templating

This commit is contained in:
Jackzie 2025-04-14 21:32:49 -05:00
parent 5333fd849e
commit 35e5bd30b5
12 changed files with 402 additions and 15 deletions

View file

@ -14,4 +14,5 @@ anyhow = "1.0.98"
serde = "1.0.219"
serde_json = "1.0.140"
int-enum = "1.2.0"
dotenvy = "0.15.7"
dotenvy = "0.15.7"
rocket_dyn_templates = { version = "0.2.0", features = ["handlebars"] }