aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-02-17 10:29:29 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-02-17 10:29:29 +0100
commit6d8364afcf62d3b8add50e0935da08cf968804c2 (patch)
treeb1d5790b480c0336c1ec0011903dc6e8f504d094 /askama_derive
parent17d1d5a13977b808d43b73243a7979e8ad6c5e3a (diff)
downloadaskama-6d8364afcf62d3b8add50e0935da08cf968804c2.tar.gz
askama-6d8364afcf62d3b8add50e0935da08cf968804c2.tar.bz2
askama-6d8364afcf62d3b8add50e0935da08cf968804c2.zip
Bring back path for iternal dependencies
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 422b70b..526630d 100644
--- a/askama_derive/Cargo.toml
+++ b/askama_derive/Cargo.toml
@@ -12,5 +12,5 @@ workspace = ".."
proc-macro = true
[dependencies]
-askama = "0.1"
+askama = { path = "../askama", version = "0.1" }
syn = "0.11"