6096fffe5d
This way init can track the lifecycle of services in the future. It may also help with parallel booting in the future.
11 lines
150 B
TOML
11 lines
150 B
TOML
[package]
|
|
name = "init"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
libredox.workspace = true
|
|
|
|
daemon = { path = "../daemon" }
|