Files
xex2tractor/Cargo.toml
2026-03-28 22:24:23 +01:00

13 lines
277 B
TOML

[package]
name = "xex2tractor"
version = "0.6.1"
edition = "2024"
description = "A tool for extracting and inspecting Xbox 360 XEX2 executable files"
license = "MIT"
[dependencies]
aes = "0.8.4"
cbc = "0.1.2"
clap = { version = "4.6.0", features = ["derive"] }
lzxd = "0.2.6"