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

members = ["wwb"]

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