Files
RedBear-OS/init/Cargo.toml
T
2026-02-27 08:39:29 +00:00

18 lines
270 B
TOML

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