mirror of
https://github.com/Momoko-Ayase/Senbei.git
synced 2026-09-19 03:57:59 -04:00
22 lines
471 B
TOML
22 lines
471 B
TOML
[package]
|
|
name = "senbei-engine"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
description = "Platform unpacking engines for Senbei"
|
|
|
|
[dependencies]
|
|
memmap2.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
sha2.workspace = true
|
|
tempfile.workspace = true
|
|
thiserror.workspace = true
|
|
senbei-crypto.workspace = true
|
|
senbei-elf.workspace = true
|
|
senbei-pe.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|