parser/phpast/Cargo.toml
2022-07-19 16:56:55 +01:00

12 lines
261 B
TOML

[package]
name = "phpast"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = "1.0.139"
serde_json = "1.0.82"
structopt = { version = "0.3.26", features = ["color"] }
trunk_lexer = { path = "../trunk_lexer" }
trunk_parser = { path = "../trunk_parser" }