Partial diagnostics relay implementation

This commit is contained in:
Jackson Coxson
2025-07-30 15:47:54 -06:00
parent 0938c143a5
commit 9f2de4d340
5 changed files with 123 additions and 2 deletions

View File

@@ -93,6 +93,10 @@ path = "src/lockdown.rs"
name = "restore_service"
path = "src/restore_service.rs"
[[bin]]
name = "ioreg"
path = "src/ioreg.rs"
[dependencies]
idevice = { path = "../idevice", features = ["full"] }
tokio = { version = "1.43", features = ["io-util", "macros", "time", "full"] }