cli: read hid reports

This commit is contained in:
2026-05-19 00:47:37 -07:00
parent 4c2384fba5
commit c8d3d0409a
6 changed files with 644 additions and 17 deletions
+4
View File
@@ -4,4 +4,8 @@ version = "0.1.0"
edition = "2024"
[dependencies]
async-hid = "0.5.1"
deku = "0.20.3"
futures-lite = "2.6.1"
pollster = { version = "0.4.0", features = ["macro"] }
shared = { path = "../shared" }