cardputer/Cargo.toml
2025-07-04 09:10:36 +01:00

14 lines
No EOL
218 B
TOML

[workspace]
resolver = "2"
members = [ "cardputer-bsc",
"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"