pounder_test/Cargo.toml

18 lines
208 B
TOML

[workspace]
members = [
"stabilizer",
"stm32h7xx-hal",
"ad9959",
]
[profile.dev]
codegen-units = 1
incremental = false
opt-level = 3
[profile.release]
debug = true
lto = true
codegen-units = 1