aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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 /Cargo.lock
parent9837efad983dd0de6439a8c9d59165df01adfe3f (diff)
downloadaskama-5d193ce822fab739f889a70c1defa402ddea8eab.tar.gz
askama-5d193ce822fab739f889a70c1defa402ddea8eab.tar.bz2
askama-5d193ce822fab739f889a70c1defa402ddea8eab.zip
Move parser and generator code into askama crate
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0897e33..53811e7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -11,13 +11,14 @@ name = "askama"
version = "0.1.0"
dependencies = [
"htmlescape 0.3.1 (git+https://github.com/veddan/rust-htmlescape)",
+ "nom 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "askama_derive"
version = "0.1.0"
dependencies = [
- "nom 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "askama 0.1.0",
"syn 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)",
]