This commit is contained in:
sijie.sun
2025-08-21 00:21:47 +08:00
parent a102a8bfc7
commit f272a1775e
10 changed files with 1621 additions and 0 deletions
Generated
+10
View File
@@ -2226,6 +2226,7 @@ dependencies = [
"windows-service",
"windows-sys 0.52.0",
"winreg 0.52.0",
"xmltree",
"zerocopy",
"zip",
"zstd",
@@ -11141,6 +11142,15 @@ version = "0.8.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af4e2e2f7cba5a093896c1e150fbfe177d1883e7448200efb81d40b9d339ef26"
[[package]]
name = "xmltree"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b619f8c85654798007fb10afa5125590b43b088c225a25fc2fec100a9fad0fc6"
dependencies = [
"xml-rs",
]
[[package]]
name = "yansi"
version = "1.0.1"