[package]
name = "peg-runtime"
version = "0.8.1"
authors = [ "Kevin Mehall <km@kevinmehall.net>" ]
license = "MIT"
repository = "https://github.com/kevinmehall/rust-peg"
description = "Runtime support for rust-peg grammars. To use rust-peg, see the `peg` crate."
edition = "2018"
[lib]
path = "lib.rs"