Add support to dump name for panicon

This commit is contained in:
2025-06-05 16:28:30 +08:00
parent 8083990e94
commit 4e9d7eb943
12 changed files with 788 additions and 29 deletions

View File

@@ -8,6 +8,7 @@ anyhow = "1"
clap = { version = "4.5", features = ["derive"] }
csv = "1.3"
encoding_rs = "0.8"
int-enum = { version = "1.2", optional = true }
lazy_static = "1.5.0"
msg_tool_macro = { path = "./msg_tool_macro" }
rand = { version = "0.9", optional = true }
@@ -19,7 +20,7 @@ unicode-segmentation = "1.12"
default = ["bgi", "circus", "escude", "escude-arc"]
bgi = []
circus = []
escude = []
escude = ["int-enum"]
escude-arc = ["escude", "rand"]
[target.'cfg(windows)'.dependencies]