pika-welcome/Cargo.toml
Ward from fusion-voyager-3 cfee89e952 Instance control
2024-02-24 00:46:01 +03:00

20 lines
539 B
TOML

[package]
name = "pika-welcome"
version = "5.0.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"] }
async-channel = "2.1.1"
regex = "1.10.3"
gettext-rs = { version = "0.7", features = ["gettext-system"] }
duct = "0.13.7"
os_pipe = "1.1.5"
user = "0.1.1"
users = "0.11.0"
rust-i18n = "3.0.1"
single-instance = "0.3.3"