deckster/Cargo.toml
2024-01-14 02:01:52 +01:00

11 lines
No EOL
187 B
TOML

[workspace]
members = [
"deckster",
"loupedeck_serial",
"pa-volume-interface"
]
resolver = "2"
[profile.release]
strip = true # Automatically strip symbols from the binary.