parser/Cargo.toml
Ryan Chandler d56e834bc8
gc: init
2022-08-08 11:57:10 +01:00

9 lines
135 B
TOML

[workspace]
members = [
"trunk_lexer",
"trunk_parser",
"trunk_value",
"trunk_interner",
"trunk_gc",
"phpast",
]