Files
mhws-tex-decompressor/Cargo.toml
Eigeen 1686114181
Some checks failed
Release Build / build (push) Has been cancelled
fix: error setting new sub patch id
2025-08-17 21:14:07 +08:00

25 lines
570 B
TOML

[package]
name = "mhws-tex-decompressor"
version = "0.2.2"
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" }
# UI
dialoguer = "0.11"
indicatif = "0.18"
color-eyre = "0.6"
rayon = "1.11"
parking_lot = "0.12"
colored = "3.0"
fs-err = "3.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"