From 5d193ce822fab739f889a70c1defa402ddea8eab Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sat, 7 Jan 2017 20:33:29 +0100 Subject: Move parser and generator code into askama crate --- Cargo.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.lock') 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)", ] -- cgit