Files
mhws-tex-decompressor/Cargo.toml
2025-07-28 18:03:18 +08:00

21 lines
496 B
TOML

[package]
name = "mhws-tex-decompressor"
version = "0.2.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"
color-eyre = "0.6.5"
indicatif = "0.18"
rayon = "1.10"
parking_lot = "0.12"
colored = "3.0"
fs-err = "3.1.1"