melawy-welcome/Cargo.toml

30 lines
661 B
TOML
Raw Normal View History

2022-05-30 15:13:20 +05:00
[package]
name = "cachyos-hello"
2022-07-03 04:47:20 +05:00
version = "0.8.0"
2022-05-30 15:13:20 +05:00
authors = ["Vladislav Nepogodin <nepogodin.vlad@gmail.com>"]
license = "GPLv3"
edition = "2021"
[dependencies]
2022-07-03 04:47:20 +05:00
alpm = "2.2.1"
alpm-utils = "1.1.2"
pacmanconf = "1.0.0"
2022-05-30 15:13:20 +05:00
subprocess = "0.2.9"
once_cell = "1.12.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"] }
2022-05-30 15:13:20 +05:00
gdk = "0.15.4"
gdk-pixbuf = "0.15.11"
glib = "0.15.12"
2022-05-30 15:13:20 +05:00
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
[profile.release]
strip = "symbols"
panic = "abort"
lto = true
opt-level = 3
codegen-units = 1