templates

This commit is contained in:
Pascal Engélibert 2026-03-03 15:15:18 +01:00
commit 2c1793a128
12 changed files with 496 additions and 26 deletions

View file

@ -8,10 +8,13 @@ askama = "0.12.1"
base64-turbo = "0.1.3"
#flate2 = "1.1.8"
form_urlencoded = "1.2.2"
giallo = { version = "0.3.1", features = ["dump"] }
log = "0.4.29"
rand = "0.9.2"
reqwest = { version = "0.13.1", default-features = false, features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
sha2 = "0.10.9"
simplelog = "0.12.2"
#tar = "0.4.44"
trillium = "0.2.20"
trillium-askama = "0.3.2"