2024-01-14 22:31:40 +01:00
|
|
|
[package]
|
|
|
|
name = "pika-installer-gtk4"
|
2024-08-24 09:47:07 +02:00
|
|
|
version = "2.0.0"
|
2024-01-14 22:31:40 +01:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-08-03 02:41:51 +02:00
|
|
|
adw = { version = "0.7.0", package = "libadwaita", features = ["v1_5"] }
|
|
|
|
async-channel = "2.3.1"
|
2024-02-16 08:51:28 +01:00
|
|
|
duct = "0.13.7"
|
2024-08-03 02:41:51 +02:00
|
|
|
gtk = { version = "0.9.0", package = "gtk4", features = ["v4_14"] }
|
2024-01-18 15:16:26 +01:00
|
|
|
pretty-bytes = "0.2.2"
|
2024-01-15 16:33:56 +01:00
|
|
|
time = "0.3.31"
|
2024-08-03 02:41:51 +02:00
|
|
|
vte = { version = "0.8.0", package = "vte4", features = ["v0_76"] }
|
2024-02-16 16:16:45 +01:00
|
|
|
glob = "0.3.1"
|
2024-08-03 02:41:51 +02:00
|
|
|
serde_json = "1.0.120"
|
2024-02-16 16:16:45 +01:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2024-02-19 20:23:47 +01:00
|
|
|
gnome-desktop = "0.4.2"
|
2024-08-03 02:41:51 +02:00
|
|
|
rust-i18n = "3.0.1"
|
2024-02-20 16:11:38 +01:00
|
|
|
sys-locale = "0.3.1"
|
2024-08-21 00:58:58 +02:00
|
|
|
strfmt = "0.2.4"
|
2024-08-24 07:35:05 +02:00
|
|
|
os_pipe = "1.2.1"
|
2024-08-24 08:15:08 +02:00
|
|
|
chrono = "0.4.38"
|
|
|
|
tokio = { version = "1", features = ["full"] }
|
|
|
|
tokio-uds = "0.2"
|