From 737858c5166e0d34d95084b349698971c019844f Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 28 Jul 2020 11:54:47 +0200 Subject: Add mendes integration --- askama_derive/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'askama_derive/src') 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"), -- cgit