diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-04 11:19:47 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-04 11:19:47 +0100 |
commit | 3478395ca91413e007b06da600f4dba3370d197c (patch) | |
tree | 64f6f27fc83457f41c4907c8229bc9b991794b41 /Cargo.lock | |
parent | 69238e55d3fe8ff6b8eff58d3cd96b99eb886617 (diff) | |
download | askama-3478395ca91413e007b06da600f4dba3370d197c.tar.gz askama-3478395ca91413e007b06da600f4dba3370d197c.tar.bz2 askama-3478395ca91413e007b06da600f4dba3370d197c.zip |
Pass entire AST to code generator
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ version = "0.1.0" dependencies = [ "htmlescape 0.3.1 (git+https://github.com/veddan/rust-htmlescape)", "nom 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] |