aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/layer-by-layer/Cargo.toml
blob: 01666ec6e45096f2118ba3aa114116453a0e01d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[workspace]
resolver = "2"
members = [
    "blinky-pac",
    "blinky-hal",
    "blinky-async",
]

[profile.release]
codegen-units = 1
debug = 2
debug-assertions = false
incremental = false
lto = "fat"
opt-level = 's'
overflow-checks = false