Updated to the latest nom

This commit is contained in:
Tom Alexander
2020-04-12 17:39:24 -04:00
parent 28b5cf1d34
commit d30749f709
2 changed files with 11 additions and 11 deletions

View File

@@ -2,3 +2,6 @@ extern crate nom;
mod parser;
mod renderer;
pub use renderer::compile_template;
pub use renderer::DustRenderer;