forked from M-Labs/nac3
14 lines
152 B
TOML
14 lines
152 B
TOML
[workspace]
|
|
members = [
|
|
"nac3ast",
|
|
"nac3parser",
|
|
"nac3core",
|
|
"nac3standalone",
|
|
"nac3artiq",
|
|
"runkernel",
|
|
]
|
|
|
|
[profile.release]
|
|
debug = true
|
|
|