e653ef10d6
- Revert initfs/rootfs service types from oneshot_async to blocking Scheme/Notify/Oneshot to fix init ordering races. - Add /scheme/pci retry loop in pcid-spawner. - Bump redox_event to 0.4.8; use local paths for redox-ioctl and redox-rt. - Regenerate Cargo.lock / bootstrap/Cargo.lock with only local forks. - Update submodule origin from redbear-os-base.git to RedBear-OS.git branch submodule/base per single-repo policy.
25 lines
528 B
TOML
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
|