Add escude LIST file export

This commit is contained in:
2025-06-03 16:59:15 +08:00
parent 680e297adc
commit 4a05d9de64
19 changed files with 844 additions and 40 deletions

9
Cargo.lock generated
View File

@@ -179,12 +179,21 @@ dependencies = [
"csv",
"encoding_rs",
"lazy_static",
"msg_tool_macro",
"serde",
"serde_json",
"unicode-segmentation",
"windows-sys",
]
[[package]]
name = "msg_tool_macro"
version = "0.1.0"
dependencies = [
"quote",
"syn",
]
[[package]]
name = "once_cell"
version = "1.21.3"