mirror of
https://github.com/Momoko-Ayase/Senbei.git
synced 2026-09-19 03:57:59 -04:00
16 lines
360 B
TOML
16 lines
360 B
TOML
[package]
|
|
name = "senbei-cli"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
description = "Command-line entry point for Senbei"
|
|
license.workspace = true
|
|
keywords = ["unpacker", "reverse-engineering", "pe", "security-research"]
|
|
categories = ["command-line-utilities"]
|
|
|
|
[[bin]]
|
|
name = "senbei"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
senbei-io.workspace = true
|