mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Implement amfi developer mode
This commit is contained in:
@@ -57,11 +57,14 @@ path = "src/misagent.rs"
|
||||
name = "location_simulation"
|
||||
path = "src/location_simulation.rs"
|
||||
|
||||
|
||||
[[bin]]
|
||||
name = "afc"
|
||||
path = "src/afc.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "amfi"
|
||||
path = "src/amfi.rs"
|
||||
|
||||
[dependencies]
|
||||
idevice = { path = "../idevice", features = ["full"] }
|
||||
tokio = { version = "1.43", features = ["io-util", "macros", "time", "full"] }
|
||||
|
||||
Reference in New Issue
Block a user