diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 66582e5..5dc7f97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [dependencies] bluer = { version = "0.17.4", features = ["bluetoothd"] } +evdev = "0.13.1" tokio = "1.45.1" tokio-stream = "0.1.17" -uinput-tokio = "0.1.36" uuid = "1.17.0" |