From 29cb90bceb59d9dbea94342dfdd8136e1ef494e6 Mon Sep 17 00:00:00 2001 From: Jacob Rothstein Date: Thu, 9 Jul 2020 21:06:03 -0700 Subject: askama tide --- 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 fcd857d..2a629d8 100644 --- a/askama_derive/src/lib.rs +++ b/askama_derive/src/lib.rs @@ -90,4 +90,5 @@ const INTEGRATIONS: Integrations = Integrations { iron: cfg!(feature = "iron"), rocket: cfg!(feature = "rocket"), warp: cfg!(feature = "warp"), + tide: cfg!(feature = "tide"), }; -- cgit