aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-02-15 20:42:01 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-02-15 20:42:01 +0100
commit58faa39f9935281d03912c6e8699d45abd25f24c (patch)
treeedf22f6318b6332fad928396e2099edb52c7eb93 /askama_derive
parentab639de2eead3080362c00e863bceb756796558d (diff)
downloadaskama-58faa39f9935281d03912c6e8699d45abd25f24c.tar.gz
askama-58faa39f9935281d03912c6e8699d45abd25f24c.tar.bz2
askama-58faa39f9935281d03912c6e8699d45abd25f24c.zip
Depend on askama-0.1 for Cargo purposes
Diffstat (limited to 'askama_derive')
-rw-r--r--askama_derive/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml
index 5f23f98..422b70b 100644
--- a/askama_derive/Cargo.toml
+++ b/askama_derive/Cargo.toml
@@ -12,5 +12,5 @@ workspace = ".."
proc-macro = true
[dependencies]
-askama = { path = "../askama" }
+askama = "0.1"
syn = "0.11"