bscreensaver/systemd/Cargo.toml

18 lines
375 B
TOML
Raw Permalink Normal View History

[package]
name = "bscreensaver-systemd"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1"
2024-08-02 18:21:48 +00:00
async-std = { version = "1.12", features = ["attributes"] }
async-xcb = { path = "../async-xcb" }
bscreensaver-command = { path = "../command" }
bscreensaver-util = { path = "../util" }
futures = "0.3"
log = "0.4"
2024-08-02 18:21:48 +00:00
nix = "0.29"
xcb = "1"
2024-08-02 18:21:48 +00:00
zbus = "4"
logind-zbus = "^4.0.1"