Files
RedBear-OS/recipes/drivers/input/usbhidd/Cargo.toml
T

22 lines
531 B
TOML

[package]
name = "usbhidd"
description = "USB HID driver v6.0 2026: writes Linux evdev events to /scheme/input/evdev"
version = "0.2.3"
authors = ["4lDO2 <4lDO2@protonmail.com>"]
edition = "2018"
license = "MIT"
[dependencies]
anyhow.workspace = true
bitflags.workspace = true
log.workspace = true
redox_syscall.workspace = true
rehid = { git = "https://gitlab.redox-os.org/redox-os/rehid.git" }
xhcid = { path = "../../usb/xhcid" }
common = { path = "../../common" }
inputd = { path = "../../inputd" }
[lints]
workspace = true