[package] name = "kg-lang" version = "0.1.1" authors = ["jchlapinski "] description = """ Runtime LR(1) parser generator library. """ readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/kodegenix/kg-lang" edition = "2018" [workspace] [dependencies] kg-diag = "0.2.3" kg-js = "0.1.1" kg-tree = "0.1.4" kg-utils = "0.3.1" log = "0.4.8" libc = "0.2.60"