pika-installer-gtk4/Cargo.toml

22 lines
668 B
TOML
Raw Normal View History

2024-01-14 22:31:40 +01:00
[package]
name = "pika-installer-gtk4"
2024-01-24 20:17:19 +01:00
version = "1.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-01-17 14:18:22 +01:00
adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] }
2024-01-15 16:33:56 +01:00
async-channel = "2.1.1"
2024-02-16 08:51:28 +01:00
duct = "0.13.7"
2024-01-15 16:33:56 +01:00
fragile = "2.0.0"
2024-01-15 19:20:01 +01:00
glib = "0.18.5"
2024-01-17 14:18:22 +01:00
gtk = { version = "0.7.3", package = "gtk4", features = ["v4_12"] }
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-01-20 20:01:20 +01:00
vte = { version = "0.0.2", package = "zoha-vte4", features = ["v0_72"] }
glob = "0.3.1"
gettext-rs = { version = "0.7", features = ["gettext-system"] }
serde_json = "1.0.113"
serde = { version = "1.0", features = ["derive"] }