[package] name = "fds-boottrace" version.workspace = true build = "../../tools/version-build.rs" edition = "2024" license = "MIT" description = "Measured FDS boot events and regression reports" [dependencies] clap.workspace = true fds-common = { path = "../fds-common" } serde_json = "1" libc = "0.2"