add quote dep

This commit is contained in:
Aleksey Kladov 2019-08-18 21:33:31 +03:00
parent 2bac1bdf17
commit 14fd9e72a7
4 changed files with 12 additions and 7 deletions

View file

@ -10,3 +10,4 @@ teraron = "0.1.0"
walkdir = "2.1.3"
itertools = "0.8.0"
clap = "2.32.0"
quote = "1.0.2"

View file

@ -0,0 +1 @@

View file

@ -1,3 +1,5 @@
mod codegen;
use std::{
collections::HashMap,
error::Error,