[package] name = "pest_consume" version = "0.1.0" # remember to update html_root_url authors = ["Nadrieril "] license = "MIT OR Apache-2.0" edition = "2018" description = "A framework for processing the output of a pest-generated parser" readme = "README.md" repository = "https://github.com/Nadrieril/dhall-rust" [dependencies] pest = "2.1" pest_consume_macros = { path = "../pest_consume_macros" }