Files
fds-os/rust/fds-stage0/Cargo.toml
T
2026-09-21 22:29:23 +08:00

13 lines
254 B
TOML

[package]
name = "fds-stage0"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "Static FDS early boot discovery and root handoff"
[dependencies]
clap.workspace = true
fds-common = { path = "../fds-common" }
serde_json = "1"
libc = "0.2"