mirror of
https://github.com/Momoko-Ayase/Senbei.git
synced 2026-09-19 03:57:59 -04:00
31 lines
756 B
TOML
31 lines
756 B
TOML
[package]
|
|
name = "senbei-io"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "Filesystem, scanning, logging, and CLI orchestration for Senbei"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
senbei-crypto.workspace = true
|
|
indicatif.workspace = true
|
|
memmap2.workspace = true
|
|
owo-colors.workspace = true
|
|
senbei-engine.workspace = true
|
|
senbei-elf.workspace = true
|
|
senbei-pe.workspace = true
|
|
senbei-metadata.workspace = true
|
|
sha2.workspace = true
|
|
tempfile.workspace = true
|
|
walkdir.workspace = true
|
|
zip.workspace = true
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
windows.workspace = true
|
|
|
|
[target.'cfg(all(not(windows), not(target_arch = "wasm32")))'.dependencies]
|
|
libc.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tempfile.workspace = true
|