aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: f3ac1eb7ab0703e973ec2e4bba498b6457ad6e53 (plain)
1
2
3
4
5
6
7
8
[workspace]
members = ["fatcat-openapi", "fatcat-cli"]

[profile.release]
lto = true
codegen-units = 1
opt-level = "z"
#panic = "abort"