b029ab628f
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
14 lines
331 B
TOML
14 lines
331 B
TOML
[package]
|
|
name = "udev-shim"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
libredox = "0.1"
|
|
redox-scheme = "0.11"
|
|
syscall = { package = "redox_syscall", version = "0.7", features = ["std"] }
|
|
log = { version = "0.4", features = ["std"] }
|
|
thiserror = "2"
|
|
redbear-hwutils = { path = "../../redbear-hwutils/source" }
|