Files
Senbei/senbei-pe/Cargo.toml
T
2026-08-11 14:19:56 +08:00

11 lines
245 B
TOML

[package]
name = "senbei-pe"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "PE detection, unpacking, and validation for Senbei"
[dependencies]
senbei-crypto.workspace = true
thiserror.workspace = true