askama
This commit is contained in:
parent
a2bd5eb869
commit
37eaccd80e
6 changed files with 160 additions and 45 deletions
|
|
@ -4,6 +4,7 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
askama = "0.12.1"
|
||||
base64-turbo = "0.1.3"
|
||||
#flate2 = "1.1.8"
|
||||
form_urlencoded = "1.2.2"
|
||||
|
|
@ -13,7 +14,8 @@ serde = { version = "1.0.228", features = ["derive"] }
|
|||
sha2 = "0.10.9"
|
||||
#tar = "0.4.44"
|
||||
trillium = "0.2.20"
|
||||
trillium-askama = "0.3.2"
|
||||
trillium-caching-headers = "0.2.3"
|
||||
trillium-router = "0.4.1"
|
||||
trillium-smol = "0.4.2"
|
||||
trillium-static-compiled = "0.5.2"
|
||||
#trillium-static-compiled = "0.5.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue