18 lines
208 B
TOML
18 lines
208 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"stabilizer",
|
|
"stm32h7xx-hal",
|
|
"ad9959",
|
|
]
|
|
|
|
[profile.dev]
|
|
codegen-units = 1
|
|
incremental = false
|
|
opt-level = 1
|
|
|
|
[profile.release]
|
|
debug = true
|
|
lto = true
|
|
codegen-units = 1
|