Initial POC

This commit is contained in:
2026-05-02 22:10:21 +02:00
commit b97976bc09
5 changed files with 475 additions and 0 deletions

8
Cargo.toml Normal file
View 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"] }