aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-07-28 11:54:47 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-07-28 11:56:21 +0200
commit737858c5166e0d34d95084b349698971c019844f (patch)
tree488a04e8d238875b5d96c7ca07c20a6d41c9e619 /askama_shared/src/lib.rs
parent6642c4403f9469b7d97749b922bbab92d82b8c37 (diff)
downloadaskama-737858c5166e0d34d95084b349698971c019844f.tar.gz
askama-737858c5166e0d34d95084b349698971c019844f.tar.bz2
askama-737858c5166e0d34d95084b349698971c019844f.zip
Add mendes integration
Diffstat (limited to 'askama_shared/src/lib.rs')
-rw-r--r--askama_shared/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/askama_shared/src/lib.rs b/askama_shared/src/lib.rs
index 2e3d502..9aa93c3 100644
--- a/askama_shared/src/lib.rs
+++ b/askama_shared/src/lib.rs
@@ -265,6 +265,7 @@ pub struct Integrations {
pub actix: bool,
pub gotham: bool,
pub iron: bool,
+ pub mendes: bool,
pub rocket: bool,
pub tide: bool,
pub warp: bool,