tools: add iproxy (#37)

* tools: add iproxy

* cargofmt and clippy cleanup

---------

Co-authored-by: Jackson Coxson <jkcoxson@gmail.com>
This commit is contained in:
Ylarod
2025-11-28 02:11:06 +08:00
committed by GitHub
parent c0ec9b4bcd
commit c432627659
3 changed files with 413 additions and 1 deletions

View File

@@ -143,6 +143,10 @@ path = "src/notifications.rs"
name = "installcoordination_proxy"
path = "src/installcoordination_proxy.rs"
[[bin]]
name = "iproxy"
path = "src/iproxy.rs"
[dependencies]
idevice = { path = "../idevice", features = ["full"], default-features = false }
tokio = { version = "1.43", features = ["full"] }