mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-07-08 01:31:53 +08:00
Add new argument --custom-yaml to support custom export as yaml format
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user