move to maud for templating
This commit is contained in:
parent
5dc1b3d1ff
commit
3584ecce96
7 changed files with 116 additions and 214 deletions
|
@ -6,6 +6,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
anyhow = "1.0.95"
|
||||
axum = { version = "0.8.1", features = ["macros"] }
|
||||
minijinja = { version = "2.7.0", features = ["loader"] }
|
||||
minijinja-autoreload = "2.7.0"
|
||||
maud = { version = "0.27.0", features = ["axum"] }
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
serde_json = "1.0.138"
|
||||
tokio = { version = "1.43.0", features = ["full"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue