Files
keyboard-controller-rs/Cargo.toml
2026-05-02 22:10:21 +02:00

9 lines
242 B
TOML

[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"] }