pika-installer-gtk4/Cargo.toml
Ward from fusion-voyager-3 8c904272f0 RR: Improve dir structure
2024-02-14 18:32:01 +03:00

18 lines
555 B
TOML

[package]
name = "pika-installer-gtk4"
version = "1.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] }
async-channel = "2.1.1"
fragile = "2.0.0"
glib = "0.18.5"
gtk = { version = "0.7.3", package = "gtk4", features = ["v4_12"] }
# parted = { version = "0.1.5", package = "libparted" }
pretty-bytes = "0.2.2"
time = "0.3.31"
vte = { version = "0.0.2", package = "zoha-vte4", features = ["v0_72"] }