[package] name = "rebel-parse" version = "0.1.0" authors = ["Matthias Schiffer "] license = "MIT" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rebel-common = { path = "../rebel-common" } peg = "0.8.2"