bscreensaver/dialog-gtk3/Cargo.toml

25 lines
617 B
TOML
Raw Normal View History

[package]
name = "bscreensaver-dialog-gtk3"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1"
bscreensaver-util = { path = "../util" }
chrono = "0.4"
2024-08-02 18:21:48 +00:00
gethostname = "0.4"
glib = { version = "0.18", features = ["log"] }
gtk = "0.18"
gtk-sys = "0.18"
gdk-sys = "0.18"
gdkx11 = "0.18"
log = "0.4"
pam-client = "0.5"
shell-words = "1"
2024-08-02 18:21:48 +00:00
[build-dependencies]
# pam-sys specifies default-features = false, which drops the 'runtime'
# feature; this ends up conflicting with the xkbcommon-sys build in another
# module, which causes pam-sys to fail to build
bindgen = { version = "0.69", features = ["runtime"] }