Implement amfi developer mode

This commit is contained in:
Jackson Coxson
2025-04-08 09:28:48 -06:00
parent 2859b691df
commit 8e192c4556
7 changed files with 452 additions and 1 deletions

View File

@@ -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"] }