bscreensaver/dbus-service/Cargo.toml

16 lines
379 B
TOML

[package]
name = "bscreensaver-dbus-service"
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"
xcb = { version = "1", features = ["dpms"] }
zbus = "2"