aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Cargo.toml
blob: 113e1472b8ad94c249fc6f657ed995fa9ac0367e (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"