l4/Cargo.toml

8 lines
97 B
TOML

[workspace]
members = ["app"]
resolver = "2"
[profile.release]
strip = "debuginfo"
lto = "thin"