mirror of
https://codeberg.org/icewind/shortcutd.git
synced 2026-06-03 17:24:08 +02:00
reexport shortcut types
This commit is contained in:
parent
1f5b9a129f
commit
f136a1222c
2 changed files with 2 additions and 4 deletions
|
|
@ -1,9 +1,8 @@
|
|||
use clap::Parser;
|
||||
use evdev_shortcut::Shortcut;
|
||||
use futures::pin_mut;
|
||||
use futures::stream::iter;
|
||||
use futures::StreamExt;
|
||||
use shortcutd::ShortcutClient;
|
||||
use shortcutd::{Shortcut, ShortcutClient};
|
||||
use std::error::Error;
|
||||
|
||||
#[derive(Parser, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue