mirror of
https://github.com/danog/parser.git
synced 2024-11-27 12:24:57 +01:00
10 lines
221 B
TOML
10 lines
221 B
TOML
[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" }
|