Files
RedBear-OS/drivers/pcid-spawner/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

25 lines
528 B
TOML

[package]
name = "pcid-spawner"
description = "PCI-based device driver spawner daemon"
version = "0.1.0"
authors = ["4lDO2 <4lDO2@protonmail.com>"]
edition = "2021"
license = "MIT"
[dependencies]
anyhow.workspace = true
libredox.workspace = true
log.workspace = true
pico-args.workspace = true
redox_syscall.workspace = true
serde.workspace = true
toml.workspace = true
config = { path = "../../config" }
common = { path = "../common" }
daemon = { path = "../../daemon" }
pcid = { path = "../pcid" }
[lints]
workspace = true