Scaffold xex2tractor Rust project with cargo, add MIT license, README, and XEX2 file format documentation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9 lines
182 B
TOML
9 lines
182 B
TOML
[package]
|
|
name = "xex2tractor"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
description = "A tool for extracting and inspecting Xbox 360 XEX2 executable files"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|