[package] name = "lark-test-generate" version = "0.1.0" authors = ["Niko Matsakis "] edition = "2018" description = "A test auto-generation helper for the Lark compiler." readme = "readme.md" keywords = ["lark"] license-file = "../../LICENSE-APACHE OR ../../LICENSE-MIT" repository = "https://github.com/lark-exploration/lark/tree/master/components/lark-test-generate" [lib] proc-macro = true [dependencies] lark-test = { path = "../lark-test", version = "0.1.0" } unindent = "0.1.3"