mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
10 lines
138 B
TOML
10 lines
138 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"compiler",
|
|
"compiler/region",
|
|
"compiler/collections",
|
|
"compiler/module",
|
|
"compiler/parse"
|
|
]
|