[package] name = "abnf_to_pest" version = "0.2.0" # remember to update html_root_url authors = ["Nadrieril "] license = "MIT OR Apache-2.0" edition = "2018" description = "A tiny crate that helps convert ABNF grammars to pest" readme = "README.md" repository = "https://github.com/Nadrieril/dhall-rust" [lib] doctest = false [dependencies] abnf = "0.6.0" indexmap = "1.0.2" itertools = "0.8.0" pretty = "0.5.2"