aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: f9af5c724de7d7f6c5d51ad66d4d0ff579e431b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
[workspace]
resolver = "2"

members = ["wwb"]

[profile.release]
strip = true
lto = true
panic = "abort"