parser/Cargo.toml

8 lines
119 B
TOML
Raw Normal View History

[workspace]
members = [
2022-07-16 14:57:22 +01:00
"trunk_lexer",
"trunk_parser",
2022-08-05 10:59:00 +01:00
"trunk_value",
2022-08-08 11:40:19 +01:00
"trunk_interner",
"phpast",
]