Initial POC
This commit is contained in:
8
Cargo.toml
Normal file
8
Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "keyboard_controller"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
evdev = { version = "0.13.2", features = ["stream-trait"] }
|
||||
tokio = { version = "1.52.1", features = ["macros", "rt", "sync", "time", "tokio-macros"] }
|
||||
Reference in New Issue
Block a user