parser/Cargo.toml

9 lines
135 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",
2022-08-08 11:57:10 +01:00
"trunk_gc",
"phpast",
]