Enable LTO for release profile, Cargo.toml formatting

This commit is contained in:
Reinout Meliesie 2024-11-30 14:58:26 +01:00
parent 0d87993c41
commit 5055583487
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -6,6 +6,9 @@ edition = "2021"
rust-version = "1.81.0"
license = "GPL-3.0-or-later"
[ profile . release ]
lto = true
[ dependencies ]
fallible-iterator = "0.3.0"
gtk4 = { version = "0.9.2" , features = [ "v4_16" ] }