[package] name = "virtio-inputd" version = "0.3.0" 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 = { path = "../../../../../local/sources/libredox", features = ["call", "std"] } redox_syscall = { path = "../../../../../local/sources/syscall", features = ["std"] } redox-driver-sys = { path = "../../redox-driver-sys/source" } syscall = { package = "redox_syscall", path = "../../../../../local/sources/syscall", features = ["std"] } inputd = { path = "../../../../sources/base/drivers/inputd" } common = { path = "../../../../sources/base/drivers/common" } [patch.crates-io] redox_syscall = { path = "../../../../../local/sources/syscall" } libredox = { path = "../../../../../local/sources/libredox" }