parser/phpast/Cargo.toml

10 lines
221 B
TOML
Raw Normal View History

2022-07-19 16:29:20 +02:00
[package]
name = "phpast"
version = "0.1.0"
edition = "2021"
[dependencies]
structopt = { version = "0.3.26", features = ["color"] }
trunk_lexer = { path = "../trunk_lexer" }
trunk_parser = { path = "../trunk_parser" }