aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-01-07 20:33:29 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-01-07 20:33:29 +0100
commit5d193ce822fab739f889a70c1defa402ddea8eab (patch)
treed9ec0d8998ca9850d879809e66f8037bd3beed1e /askama_derive/Cargo.toml
parent9837efad983dd0de6439a8c9d59165df01adfe3f (diff)
downloadaskama-5d193ce822fab739f889a70c1defa402ddea8eab.tar.gz
askama-5d193ce822fab739f889a70c1defa402ddea8eab.tar.bz2
askama-5d193ce822fab739f889a70c1defa402ddea8eab.zip
Move parser and generator code into askama crate
Diffstat (limited to '')
-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 e9bfa66..400cbd3 100644
--- a/askama_derive/Cargo.toml
+++ b/askama_derive/Cargo.toml
@@ -7,5 +7,5 @@ authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
proc-macro = true
[dependencies]
+askama = { path = "../askama" }
syn = "0.10"
-nom = "2.0"