mirror of
https://codeberg.org/icewind/shortcutd.git
synced 2026-06-03 17:24:08 +02:00
server: tokio/zbus/etc
This commit is contained in:
parent
a606af713b
commit
cea82db46b
10 changed files with 1602 additions and 396 deletions
|
|
@ -9,8 +9,8 @@ name = "shortcutd"
|
|||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
dbus = { version = "0.8.2", path = "../../dbus-rs/dbus" }
|
||||
evdev-shortcut = { version = "0.1", path = "../../evdev-shortcut", default_features = false }
|
||||
dbus = { version = "0.8.4" }
|
||||
evdev-shortcut = { version = "0.1.1", default_features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
test-case = "1.0.0"
|
||||
test-case = "3.1.0"
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
use dbus::arg;
|
||||
use dbus::blocking;
|
||||
use evdev_shortcut::Shortcut;
|
||||
pub use evdev_shortcut::Shortcut;
|
||||
|
||||
const INTERFACE: &'static str = "nl.icewind.shortcutd";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue