Implement getting services from RemoteXPC

This commit is contained in:
Jackson Coxson
2025-02-25 20:57:06 -07:00
parent 75cd32c166
commit 44142dbdbe
7 changed files with 307 additions and 31 deletions

View File

@@ -43,6 +43,7 @@ mounter = ["dep:sha2"]
usbmuxd = []
tcp = ["tokio/net"]
tss = ["dep:uuid", "dep:reqwest"]
tunneld = ["dep:serde_json", "dep:json", "dep:reqwest"]
xpc = [
"tokio/sync",
"dep:indexmap",
@@ -59,6 +60,7 @@ full = [
"xpc",
"tcp",
"tss",
"tunneld",
]
# Why: https://github.com/rust-lang/cargo/issues/1197