mirror of
https://codeberg.org/icewind/evdev-shortcut.git
synced 2026-06-03 18:14:10 +02:00
2021
This commit is contained in:
parent
bac40818cb
commit
72e1d694f6
1 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,10 @@
|
||||||
name = "evdev-shortcut"
|
name = "evdev-shortcut"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
|
description = "Global shortcuts using evdev"
|
||||||
|
license = "MIT OR Apache-2.0"
|
||||||
|
repository = "https://github.com/icewind1991/evdev-shortcut"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
evdev = { version = "0.12.1", optional = true, features = ["tokio"] }
|
evdev = { version = "0.12.1", optional = true, features = ["tokio"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue