pika-welcome/Cargo.toml

17 lines
498 B
TOML
Raw Normal View History

2024-01-30 21:33:07 +01:00
[package]
2024-02-08 22:49:42 +01:00
name = "pika-first-setup-gtk4"
2024-01-30 21:33:07 +01:00
version = "0.1.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"] }
gtk = { version = "0.7.3", package = "gtk4", features = ["v4_12"] }
2024-02-02 14:49:18 +01:00
async-channel = "2.1.1"
2024-02-04 19:21:11 +01:00
regex = "1.10.3"
2024-02-08 22:49:42 +01:00
rust-apt = "0.6.0"
vte = { version = "0.0.2", package = "zoha-vte4", features = ["v0_72"] }
duct = "0.13.7"
os_pipe = "1.1.5"