[package] name = "pegtastic-runtime" version = "0.1.0" authors = [ "Kevin Mehall ", "Sandeep Datta " ] license = "MIT" repository = "https://github.com/sandeep-datta/rust-peg" description = "Runtime support for pegtastic grammars. To use pegtastic, see the `pegtastic` crate." edition = "2018" [lib] path = "lib.rs"