Files
fds-os/rust/fds-boottrace/Cargo.toml
T

14 lines
302 B
TOML

[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"