don't expose dbus internals, docs

This commit is contained in:
Robin Appelman 2023-06-18 13:27:49 +02:00
commit 22cd9700bb
8 changed files with 72 additions and 29 deletions

View file

@ -14,7 +14,7 @@ path = "src/server.rs"
[dependencies]
main_error = "0.1.0"
glob = "0.3.0"
evdev-shortcut = "0.1.3"
evdev-shortcut = "0.1.4"
tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"] }
futures = "0.3.28"
zbus = { version = "3.13.1", features = ["tokio"], default-features = false }