mirror of
https://github.com/gleam-lang/gleam.git
synced 2025-12-23 09:47:08 +00:00
8 lines
124 B
TOML
8 lines
124 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"compiler-cli",
|
|
"compiler-core",
|
|
"compiler-wasm",
|
|
"test-package-compiler",
|
|
]
|