[package] name = "cachyos-hello" version = "0.8.7" 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.14.0" gettext-rs = { version = "0.7", features = ["gettext-system"] } gtk = { version = "0.15.5", features = ["v3_24_30"] } gio = { version = "0.15.12", features = ["v2_72"] } gdk = "0.15.4" gdk-pixbuf = "0.15.11" glib = "0.15.12" serde = { version = "1.0.144", features = ["derive"] } serde_json = "1.0.85" reqwest = { version = "0.11.11", features = ["blocking"] } [profile.release] strip = "symbols" panic = "abort" lto = true opt-level = 3 codegen-units = 1