Create pair program

This commit is contained in:
Jackson Coxson
2025-04-29 15:32:50 -06:00
parent 521fe088cd
commit 388aaef42e
3 changed files with 738 additions and 292 deletions

View File

@@ -65,6 +65,10 @@ path = "src/afc.rs"
name = "amfi"
path = "src/amfi.rs"
[[bin]]
name = "pair"
path = "src/pair.rs"
[dependencies]
idevice = { path = "../idevice", features = ["full"] }
tokio = { version = "1.43", features = ["io-util", "macros", "time", "full"] }
@@ -76,3 +80,12 @@ ureq = { version = "3" }
clap = { version = "4.5" }
plist = { version = "1.7" }
ns-keyed-archive = "0.1.2"
uuid = "1.16"
mac_address = "1.1"
# When testing the pair binary, creating certificates takes forever
[profile.dev.package.idevice]
opt-level = 3
[profile.dev]
opt-level = 3