pika-installer-gtk4/Cargo.toml

27 lines
748 B
TOML
Raw Normal View History

2024-01-15 00:31:40 +03:00
[package]
name = "pika-installer-gtk4"
2024-10-26 22:41:45 +03:00
version = "2.0.1"
2024-01-15 00:31:40 +03:00
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_6"] }
2024-08-03 03:41:51 +03:00
async-channel = "2.3.1"
2024-02-16 10:51:28 +03:00
duct = "0.13.7"
2024-08-03 03:41:51 +03:00
gtk = { version = "0.9.0", package = "gtk4", features = ["v4_14"] }
2024-01-18 17:16:26 +03:00
pretty-bytes = "0.2.2"
2024-01-15 18:33:56 +03:00
time = "0.3.31"
2024-08-03 03:41:51 +03:00
vte = { version = "0.8.0", package = "vte4", features = ["v0_76"] }
glob = "0.3.1"
2024-08-03 03:41:51 +03:00
serde_json = "1.0.120"
serde = { version = "1.0", features = ["derive"] }
2024-02-19 22:23:47 +03:00
gnome-desktop = "0.4.2"
2024-08-03 03:41:51 +03:00
rust-i18n = "3.0.1"
sys-locale = "0.3.1"
2024-08-21 01:58:58 +03:00
strfmt = "0.2.4"
2024-08-24 08:35:05 +03:00
os_pipe = "1.2.1"
2024-08-24 09:15:08 +03:00
chrono = "0.4.38"
tokio = { version = "1", features = ["full"] }
tokio-uds = "0.2"