This commit is contained in:
Robin Appelman 2023-06-17 16:01:04 +02:00
commit 72e1d694f6

View file

@ -2,7 +2,10 @@
name = "evdev-shortcut"
version = "0.1.0"
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]
evdev = { version = "0.12.1", optional = true, features = ["tokio"] }