Bootstrap template engine

This commit is contained in:
2025-02-01 14:22:33 +01:00
parent e707abbd65
commit b2ea0c311d
6 changed files with 126 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.95"
askama = { version = "0.12.1"}
axum = "0.8.1"
clap = { version = "4.5.23", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }