Add support to import escude archive

This commit is contained in:
2025-06-03 22:06:07 +08:00
parent 09d850256f
commit dead6a0b18
10 changed files with 586 additions and 38 deletions

View File

@@ -10,6 +10,7 @@ csv = "1.3"
encoding_rs = "0.8"
lazy_static = "1.5.0"
msg_tool_macro = { path = "./msg_tool_macro" }
rand = { version = "0.9", optional = true }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
unicode-segmentation = "1.12"
@@ -18,7 +19,7 @@ unicode-segmentation = "1.12"
default = ["bgi", "circus", "escude"]
bgi = []
circus = []
escude = []
escude = ["rand"]
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0", features = ["Win32_Globalization", "Win32_System_Diagnostics_Debug"] }