From 29cb90bceb59d9dbea94342dfdd8136e1ef494e6 Mon Sep 17 00:00:00 2001 From: Jacob Rothstein Date: Thu, 9 Jul 2020 21:06:03 -0700 Subject: askama tide --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 55a3dc8..2f0bf6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ members = [ "askama_iron", "askama_rocket", "askama_shared", + "askama_tide", "askama_warp", "testing", ] -- cgit