Implement basic debug proxy support

This commit is contained in:
Jackson Coxson
2025-02-26 22:42:48 -07:00
parent b10815bb0b
commit ffb5d92726
6 changed files with 310 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ sha2 = { version = "0.10", optional = true }
[features]
core_device_proxy = ["dep:serde_json", "dep:json", "dep:byteorder"]
debug_proxy = []
heartbeat = []
installation_proxy = []
mounter = ["dep:sha2"]
@@ -54,6 +55,7 @@ xpc = [
]
full = [
"core_device_proxy",
"debug_proxy",
"heartbeat",
"installation_proxy",
"mounter",