diff --git a/Cargo.toml b/Cargo.toml index 514b137..a3238a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,4 @@ -[package] +[ package ] name = "zoodex" version = "1.0.0" authors = [ "Reinout Meliesie " ] @@ -6,8 +6,11 @@ edition = "2021" rust-version = "1.81.0" license = "GPL-3.0-or-later" -[dependencies] +[ profile . release ] +lto = true + +[ dependencies ] fallible-iterator = "0.3.0" 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"