parser/Cargo.toml

5 lines
64 B
TOML
Raw Normal View History

[workspace]
members = [
2022-07-16 15:57:22 +02:00
"trunk_lexer",
"trunk_parser",
]