Move xpc library to mods

This commit is contained in:
Jackson Coxson
2025-01-25 19:11:40 -07:00
parent eee3cae883
commit 8bfd43cce3
4 changed files with 31 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ path = "src/tools/mounter.rs"
required-features = ["sha2", "ureq"]
[dependencies]
tokio = { version = "1.43", features = ["io-util", "macros", "time"] }
tokio = { version = "1.43", features = ["io-util", "macros", "time", "full"] }
tokio-openssl = { version = "0.6" }
plist = { version = "1.7" }
serde = { version = "1", features = ["derive"] }