Files
RedBear-OS/drivers/hwd/Cargo.toml
T
Red Bear OS bd595851e2 base: apply Red Bear patches on latest upstream/main
251 files: init, acpid, ipcd, netcfg, ihdgd, virtio-gpud, scheme-utils,
inputd, block driver, ptyd, ramfs, randd, initfs bootstrap, path deps,
version +rb0.3.1, author attribution
2026-07-11 11:39:24 +03:00

20 lines
436 B
TOML

[package]
name = "hwd"
description = "ACPI and DeviceTree handling daemon"
version = "0.1.0"
edition = "2018"
[dependencies]
fdt.workspace = true
log.workspace = true
ron.workspace = true
libredox = { workspace = true, default-features = false, features = ["std", "call"] }
redox_syscall.workspace = true
amlserde = { path = "../amlserde" }
common = { path = "../common" }
daemon = { path = "../../daemon" }
[lints]
workspace = true