Enable LTO for release profile, Cargo.toml formatting
This commit is contained in:
parent
0d87993c41
commit
5055583487
1 changed files with 6 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
[package]
|
[ package ]
|
||||||
name = "zoodex"
|
name = "zoodex"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
authors = [ "Reinout Meliesie <zedfrigg@kernelmaft.com>" ]
|
authors = [ "Reinout Meliesie <zedfrigg@kernelmaft.com>" ]
|
||||||
|
@ -6,8 +6,11 @@ edition = "2021"
|
||||||
rust-version = "1.81.0"
|
rust-version = "1.81.0"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
|
||||||
[dependencies]
|
[ profile . release ]
|
||||||
|
lto = true
|
||||||
|
|
||||||
|
[ dependencies ]
|
||||||
fallible-iterator = "0.3.0"
|
fallible-iterator = "0.3.0"
|
||||||
gtk4 = { version = "0.9.2" , features = [ "v4_16" ] }
|
gtk4 = { version = "0.9.2" , features = [ "v4_16" ] }
|
||||||
libadwaita = { version = "0.7.0", features = [ "v1_6" ] }
|
libadwaita = { version = "0.7.0" , features = [ "v1_6" ] }
|
||||||
rusqlite = "0.32.1"
|
rusqlite = "0.32.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue