aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2021-12-01 06:43:36 -0800
committerLibravatar GitHub <noreply@github.com>2021-12-01 15:43:36 +0100
commite3d690ba102f3624ff65f5476dc68dfe98f2e221 (patch)
tree873c6957e727befe1103633a3b5559451e66f743 /Cargo.toml
parent671bc7f32fd150f04793d8d5dbe806e9d4cfe669 (diff)
downloadaskama-e3d690ba102f3624ff65f5476dc68dfe98f2e221.tar.gz
askama-e3d690ba102f3624ff65f5476dc68dfe98f2e221.tar.bz2
askama-e3d690ba102f3624ff65f5476dc68dfe98f2e221.zip
Move askama_mendes integration into Askama repo (#561)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fd273c7..0907742 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ members = [
"askama_gotham",
"askama_derive",
"askama_escape",
+ "askama_mendes",
"askama_rocket",
"askama_shared",
"askama_tide",