cardputer/Cargo.toml
2025-07-06 11:02:55 +01:00

16 lines
236 B
TOML

[workspace]
resolver = "2"
members = [
"cardputer-bsc",
"snake",
"test-app",
]
[profile.release]
opt-level = "s"
[profile.dev]
debug = true # Symbols are nice and they don't increase the size on Flash
opt-level = "z"