12 lines
311 B
TOML
12 lines
311 B
TOML
[package]
|
|
name = "capture-host-evidence"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
description = "X670E host evidence capture kit — collects non-root artifacts for Red Bear OS hardware compatibility"
|
|
license = "MIT"
|
|
authors = ["Red Bear OS contributors"]
|
|
|
|
[[bin]]
|
|
name = "capture-host-evidence"
|
|
path = "src/main.rs"
|