Files
Sylpheed/crates/sylpheed-xex/Cargo.toml
2026-09-13 19:31:49 +02:00

16 lines
340 B
TOML

[package]
name = "sylpheed-xex"
version = "0.1.0"
edition = "2024"
description = "XEX2 container: decrypt, LZX, PE image, resources — and the disc image it lives in"
[dependencies]
tracing = "0.1"
byteorder = "1"
thiserror = "1"
anyhow = "1"
aes = "0.8"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
metrics = "0.23"