rust-pitaya/src/Cargo.toml

15 lines
212 B
TOML

[workspace]
members = [
"firmware"
]
[profile.release]
panic = "abort"
debug = true
codegen-units = 1
opt-level = 2
lto = true
[patch.crates-io]
core_io = { git = "https://git.m-labs.hk/M-Labs/zynq-rs.git" }