Full locking support: handle DBUS

This commit is contained in:
bluepython508
2025-03-22 17:12:14 +00:00
parent d3cb9da3aa
commit 4c4ee87e08
4 changed files with 791 additions and 73 deletions

View File

@@ -9,7 +9,10 @@ edition = "2021"
color-eyre = "0.6.3"
dbus = "0.9.7"
eyre = "0.6.12"
futures = "0.3.31"
oneshot = "0.1.11"
smithay-client-toolkit = { version = "0.19.2", default-features = false }
tokio = { version = "1.44.1", features = ["macros", "net", "rt"] }
wayland-client = "0.31.8"
wayland-protocols = { version = "0.32.6", features = ["client", "staging"] }
zbus = { version = "5.5.0", default-features = false, features = ["tokio"] }