mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Create pair program
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user