Use askama to render test template
This commit is contained in:
parent
3f5ad25f9e
commit
8b5bfdd231
7 changed files with 152 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue