Import DebianArch xpc library

This commit is contained in:
Jackson Coxson
2025-01-24 16:50:48 -07:00
parent 81e3a598c6
commit 3e647bcb6d
11 changed files with 1342 additions and 0 deletions

View File

@@ -36,6 +36,11 @@ thiserror = { version = "2" }
log = { version = "0.4" }
env_logger = { version = "0.11" }
openssl = { version = "0.10" }
json = { version = "0.12" }
indexmap = { version = "2.7", features = ["serde"] }
uuid = { version = "1.12", features = ["serde"] }
async-recursion = { version = "1.1" }
base64 = { version = "0.22" }
# Binary dependencies
sha2 = { version = "0.10", optional = true }