13 lines
256 B
TOML
13 lines
256 B
TOML
[package]
|
|
name = "fds-boottrace"
|
|
version = "0.1.0"
|
|
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"
|