From 3478395ca91413e007b06da600f4dba3370d197c Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sat, 4 Feb 2017 11:19:47 +0100 Subject: Pass entire AST to code generator --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 444f796..4296551 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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]] -- cgit