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