Add new argument --custom-yaml to support custom export as yaml format

This commit is contained in:
2025-08-11 11:25:10 +08:00
parent 79657bdb1c
commit a26498e381
12 changed files with 235 additions and 49 deletions

View File

@@ -5,6 +5,7 @@ edition = "2024"
repository = "https://github.com/lifegpc/msg-tool"
description = "A command-line tool for exporting, importing, packing, and unpacking script files."
license = "MIT"
exclude = [".github", "*.py"]
[dependencies]
anyhow = "1"
@@ -13,7 +14,7 @@ clap = { version = "4.5", features = ["derive"] }
clap-num = "1.2"
csv = "1.3"
ctrlc = "3.4"
emote-psb = { version = "0.5", optional = true }
emote-psb = { version = "0.5", optional = true , features = ["serde"] }
encoding_rs = "0.8"
fancy-regex = { version = "0.16", optional = true }
flate2 = { version = "1.1", optional = true }