aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2016-12-22 13:49:53 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2016-12-22 14:16:05 +0100
commite619345766e98578929061e566178010c171df48 (patch)
tree844c71a6842608ca78a244bfd1caaf50cfc92c2e /Cargo.toml
downloadaskama-e619345766e98578929061e566178010c171df48.tar.gz
askama-e619345766e98578929061e566178010c171df48.tar.bz2
askama-e619345766e98578929061e566178010c171df48.zip
Initial stab at macros 1.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..3f15138
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,2 @@
+[workspace]
+members = ["askama", "askama_codegen", "askama_test"]