aboutsummaryrefslogtreecommitdiffstats
path: root/askama
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-01-24 20:23:18 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2024-01-24 20:23:18 +0000
commitd3b048544eebf7b8402fb585b4e2531de9b28a33 (patch)
tree2e697063854d22aff603ba3691c6453ddf5cd87b /askama
parentef53238ae2ee77becc44bcb0b77c1c4daceca5af (diff)
downloadaskama-main.tar.gz
askama-main.tar.bz2
askama-main.zip
Add poem integrationHEADmain
Diffstat (limited to 'askama')
-rw-r--r--askama/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/askama/Cargo.toml b/askama/Cargo.toml
index 26be2a4..177b93d 100644
--- a/askama/Cargo.toml
+++ b/askama/Cargo.toml
@@ -30,6 +30,7 @@ with-axum = ["askama_derive/with-axum"]
with-gotham = ["askama_derive/with-gotham"]
with-hyper = ["askama_derive/with-hyper"]
with-mendes = ["askama_derive/with-mendes"]
+with-poem = ["askama_derive/with-poem"]
with-rocket = ["askama_derive/with-rocket"]
with-tide = ["askama_derive/with-tide"]
with-warp = ["askama_derive/with-warp"]