Files
RedBear-OS/init/Cargo.toml
T
bjorn3 0a17fef534 Introduce a shared config locator
And use it for init and pcid-spawner
2026-02-17 22:26:04 +01:00

12 lines
182 B
TOML

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