51f3c21121
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
15 lines
349 B
TOML
15 lines
349 B
TOML
[package]
|
|
name = "evdevd"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
redox-scheme = "0.1"
|
|
syscall = { package = "redox_syscall", version = "0.4" }
|
|
log = { version = "0.4", features = ["std"] }
|
|
thiserror = "2"
|
|
orbclient = { version = "=0.3.47", default-features = false }
|
|
|
|
[target.'cfg(target_os = "redox")'.dependencies]
|
|
redox_event = "0.4"
|