diff options
Diffstat (limited to '')
-rw-r--r-- | askama_shared/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/askama_shared/src/lib.rs b/askama_shared/src/lib.rs index e405439..f11b129 100644 --- a/askama_shared/src/lib.rs +++ b/askama_shared/src/lib.rs @@ -267,6 +267,7 @@ pub struct Integrations { pub iron: bool, pub rocket: bool, pub warp: bool, + pub tide: bool, } static CONFIG_FILE_NAME: &str = "askama.toml"; |