2022-05-04 00:05:06 +00:00
|
|
|
[package]
|
|
|
|
name = "bscreensaver-systemd"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1"
|
|
|
|
async-std = { version = "1.11", features = ["attributes"] }
|
|
|
|
async-xcb = { path = "../async-xcb" }
|
|
|
|
bscreensaver-command = { path = "../command" }
|
|
|
|
bscreensaver-util = { path = "../util" }
|
|
|
|
futures = "0.3"
|
|
|
|
log = "0.4"
|
|
|
|
nix = "0.23"
|
2022-05-18 02:44:38 +00:00
|
|
|
xcb = "1"
|
2022-05-04 00:05:06 +00:00
|
|
|
zbus = "2.2"
|
|
|
|
logind-zbus = "3"
|