pika-installer-gtk4/Cargo.toml
Ward from fusion-voyager-3 1e0c5cb510 begin adding vte copycat
2024-08-24 08:35:05 +03:00

24 lines
665 B
TOML

[package]
name = "pika-installer-gtk4"
version = "1.0.2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
adw = { version = "0.7.0", package = "libadwaita", features = ["v1_5"] }
async-channel = "2.3.1"
duct = "0.13.7"
gtk = { version = "0.9.0", package = "gtk4", features = ["v4_14"] }
pretty-bytes = "0.2.2"
time = "0.3.31"
vte = { version = "0.8.0", package = "vte4", features = ["v0_76"] }
glob = "0.3.1"
serde_json = "1.0.120"
serde = { version = "1.0", features = ["derive"] }
gnome-desktop = "0.4.2"
rust-i18n = "3.0.1"
sys-locale = "0.3.1"
strfmt = "0.2.4"
os_pipe = "1.2.1"