[package] name = "fds-stage0" version.workspace = true build = "../../tools/version-build.rs" 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"