Add support to import scn script

This commit is contained in:
2025-07-01 11:14:40 +08:00
parent 49a16888a3
commit cbfbf622cf
3 changed files with 254 additions and 7 deletions

7
Cargo.lock generated
View File

@@ -381,6 +381,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"
@@ -421,6 +427,7 @@ dependencies = [
"encoding_rs",
"flate2",
"int-enum",
"json",
"lazy_static",
"msg_tool_macro",
"overf",