Allow for domain lookups for get_all

This commit is contained in:
Jackson Coxson
2025-07-03 09:43:00 -06:00
parent 4059e47a6e
commit 71a223f669
4 changed files with 148 additions and 8 deletions

View File

@@ -81,6 +81,10 @@ path = "src/syslog_relay.rs"
name = "os_trace_relay"
path = "src/os_trace_relay.rs"
[[bin]]
name = "lockdown"
path = "src/lockdown.rs"
[dependencies]
idevice = { path = "../idevice", features = ["full"] }
tokio = { version = "1.43", features = ["io-util", "macros", "time", "full"] }