mirror of
https://github.com/danog/parser.git
synced 2024-12-02 09:27:50 +01:00
9 lines
120 B
TOML
9 lines
120 B
TOML
[workspace]
|
|
members = [
|
|
"trunk_lexer",
|
|
"trunk_parser",
|
|
"trunk_interpreter"
|
|
]
|
|
|
|
[profile.release]
|
|
debug = true |