Files
RedBear-OS/local/recipes/drivers/virtio-inputd/source/Cargo.toml
T

20 lines
674 B
TOML

[package]
name = "virtio-inputd"
version = "0.2.4"
edition = "2024"
description = "virtio-input daemon v6.0 2026: reads virtio-input PCI events and writes Linux evdev events to /scheme/input-evdev"
[[bin]]
name = "virtio-inputd"
path = "src/main.rs"
[dependencies]
anyhow = "1"
log = "0.4"
libredox = { version = "=0.1.16", features = ["call", "std"] }
redox_syscall = { version = "0.7", features = ["std"] }
redox-driver-sys = { path = "../../redox-driver-sys/source" }
syscall = { package = "redox_syscall", version = "0.7", features = ["std"] }
inputd = { path = "../../../../sources/base/drivers/inputd" }
common = { path = "../../../../sources/base/drivers/common" }