diff options
author | Maxwell Beck <max@rastertail.net> | 2025-06-28 20:11:42 -0500 |
---|---|---|
committer | Maxwell Beck <max@rastertail.net> | 2025-06-28 20:11:42 -0500 |
commit | f563cd4905cf6909a80eb973df52ba2b4e63800b (patch) | |
tree | a5d549033ab6f690f240ceb20441b30203aedbbe /Cargo.toml | |
parent | e15b681db958182ae112dc11f48330c0ece793a9 (diff) |
Refactor
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" |