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,9 @@ path = "src/idevice_id.rs"
name = "remotexpc"
path = "src/remotexpc.rs"
[[bin]]
name = "debug_proxy"
path = "src/debug_proxy.rs"
[dependencies]
idevice = { path = "../idevice", features = ["full"] }