mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
tools: add iproxy (#37)
* tools: add iproxy * cargofmt and clippy cleanup --------- Co-authored-by: Jackson Coxson <jkcoxson@gmail.com>
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user