[package] name = "chomatter_syntaxer" version = "0.0.1" edition = "2021" description = "Syntaxer for Chomatter" authors = ["Chomatter Developers"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chomatter_commons = { path = "../chomatter_commons", version = "0.0.1" } chomatter_lexer = { path = "../chomatter_lexer", version = "0.0.1" } json = "0.12.4" serde = { version="1.0.145", features = ["derive"] } serde_json = "1.0.86"