[package] name = "cachyos-hello" version = "0.9.6" authors = ["Vladislav Nepogodin "] license = "GPLv3" edition = "2021" [dependencies] alpm = "2.2.1" alpm-utils = "2.0.0" pacmanconf = "2.0.0" subprocess = "0.2.9" once_cell = "1.17.1" gettext-rs = { version = "0.7", features = ["gettext-system"] } gtk = { version = "0.17.0", features = ["v3_24_30"] } gio = { version = "0.17.3", features = ["v2_72"] } gdk = "0.17.0" gdk-pixbuf = "0.17.0" glib = "0.17.3" serde = { version = "1.0.155", features = ["derive"] } serde_json = "1.0.94" reqwest = { version = "0.11.14", features = ["blocking"] } [profile.release] strip = "symbols" panic = "abort" lto = true opt-level = 3 codegen-units = 1