bscreensaver/dbus-service/Cargo.toml

16 lines
376 B
TOML
Raw Normal View History

[package]
name = "bscreensaver-dbus-service"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1"
2023-09-25 18:34:26 +00:00
async-std = { version = "1", features = ["attributes"] }
async-xcb = { path = "../async-xcb" }
bscreensaver-command = { path = "../command" }
bscreensaver-util = { path = "../util" }
futures = "0.3"
log = "0.4"
2022-08-16 05:54:54 +00:00
xcb = { version = "1", features = ["dpms"] }
2024-08-02 18:21:48 +00:00
zbus = "4"