diff options
Diffstat (limited to 'askama_derive/src/lib.rs')
-rw-r--r-- | askama_derive/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/askama_derive/src/lib.rs b/askama_derive/src/lib.rs index 2277942..cbffa07 100644 --- a/askama_derive/src/lib.rs +++ b/askama_derive/src/lib.rs @@ -88,6 +88,7 @@ const INTEGRATIONS: Integrations = Integrations { actix: cfg!(feature = "actix-web"), gotham: cfg!(feature = "gotham"), iron: cfg!(feature = "iron"), + mendes: cfg!(feature = "mendes"), rocket: cfg!(feature = "rocket"), tide: cfg!(feature = "tide"), warp: cfg!(feature = "warp"), |