Initial implementation of installcoordination_proxy

This commit is contained in:
Jackson Coxson
2025-10-16 12:10:14 -06:00
parent 526773d8ca
commit 7853f2d6d0
5 changed files with 248 additions and 3 deletions

View File

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