Files
RedBear-OS/drivers/pcid-spawner/Cargo.toml
T
bjorn3 6096fffe5d Let init handle daemonization
This way init can track the lifecycle of services in the future. It may
also help with parallel booting in the future.
2026-01-26 21:51:14 +01:00

19 lines
383 B
TOML

[package]
name = "pcid-spawner"
version = "0.1.0"
authors = ["4lDO2 <4lDO2@protonmail.com>"]
edition = "2021"
license = "MIT"
[dependencies]
anyhow = "1"
log.workspace = true
pico-args = "0.5"
redox_syscall.workspace = true
serde = { version = "1", features = ["derive"] }
toml = "0.5"
common = { path = "../common" }
daemon = { path = "../../daemon" }
pcid = { path = "../pcid" }