Add location simulation instrument

This commit is contained in:
Jackson Coxson
2025-03-30 14:59:21 -06:00
parent 935bb747c3
commit 6b9fa90219
5 changed files with 188 additions and 0 deletions

View File

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