first version

This commit is contained in:
2025-03-19 17:36:23 +08:00
commit cd817bb0b0
7 changed files with 1749 additions and 0 deletions

18
Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[package]
name = "mhws-tex-decompressor"
version = "0.1.0"
edition = "2024"
[dependencies]
# # local development
# re-tex = { path = "../re-tex" }
# ree-pak-core = { path = "../../ree-pak-rs/ree-pak-core" }
re-tex = { git = "https://github.com/eigeen/re-tex.git", branch = "main" }
ree-pak-core = { git = "https://github.com/eigeen/ree-pak-rs.git", branch = "main" }
dialoguer = "0.11.0"
eyre = "0.6.12"
indicatif = "0.17.11"
rayon = "1.10.0"
parking_lot = "0.12.3"