Files
RedBear-OS/init/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

11 lines
150 B
TOML

[package]
name = "init"
version = "0.1.0"
edition = "2024"
license = "MIT"
[dependencies]
libredox.workspace = true
daemon = { path = "../daemon" }