Initial afc support

This commit is contained in:
Jackson Coxson
2025-04-05 01:25:56 -06:00
parent fef30f3783
commit 88d031edd7
8 changed files with 498 additions and 1 deletions

View File

@@ -57,6 +57,11 @@ path = "src/misagent.rs"
name = "location_simulation"
path = "src/location_simulation.rs"
[[bin]]
name = "afc"
path = "src/afc.rs"
[dependencies]
idevice = { path = "../idevice", features = ["full"] }
tokio = { version = "1.43", features = ["io-util", "macros", "time", "full"] }