Finished cIOS building

This commit is contained in:
2026-03-10 22:10:32 -04:00
parent 3f112856e5
commit 9472c049ee
5 changed files with 199 additions and 10 deletions

10
Cargo.lock generated
View File

@@ -1537,6 +1537,15 @@ dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "roxmltree"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1964b10c76125c36f8afe190065a4bf9a87bf324842c05701330bba9f1cacbb"
dependencies = [
"memchr",
]
[[package]]
name = "rsa"
version = "0.9.10"
@@ -1682,6 +1691,7 @@ dependencies = [
"rand 0.10.0",
"regex",
"reqwest",
"roxmltree",
"rsa",
"rust-ini",
"sha1",