Files
RedBear-OS/init/Cargo.toml
T
bjorn3 8506ae5581 init: Move daemon spawning from daemon to init
In preparation for concurrent daemon spawning.
2026-04-10 22:14:24 +02:00

21 lines
368 B
TOML

[package]
name = "init"
description = "Userspace process launcher"
version = "0.1.0"
edition = "2024"
license = "MIT"
[dependencies]
libc.workspace = true
libredox.workspace = true
plain.workspace = true
redox_syscall.workspace = true
serde.workspace = true
serde_json.workspace = true
toml.workspace = true
config = { path = "../config" }
[lints]
workspace = true