14 lines
No EOL
218 B
TOML
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" |