Use askama to render test template

This commit is contained in:
Joscha 2023-08-03 18:35:09 +02:00
parent 3f5ad25f9e
commit 8b5bfdd231
7 changed files with 152 additions and 2 deletions

View file

@ -5,6 +5,8 @@ edition = "2021"
[dependencies]
anyhow = "1.0.72"
askama = { version = "0.12.0", features = ["with-axum"] }
askama_axum = "0.3.0"
axum = { version = "0.6.19", features = ["macros"] }
mime_guess = "2.0.4"
rust-embed = "6.8.1"