Use custom json serde method to import/export psb

This commit is contained in:
2025-07-04 11:37:41 +08:00
parent f38dce9f3c
commit d4ad05fbf1
4 changed files with 176 additions and 1 deletions

7
Cargo.lock generated
View File

@@ -542,6 +542,12 @@ version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
[[package]]
name = "lazy_static"
version = "1.5.0"
@@ -598,6 +604,7 @@ dependencies = [
"fancy-regex",
"flate2",
"int-enum",
"json",
"lazy_static",
"libtlg-rs",
"msg_tool_macro",