First attempt at message aux format

This commit is contained in:
Jackson Coxson
2025-03-06 16:43:39 -07:00
parent d5707ed359
commit ad710809d6
4 changed files with 297 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ sha2 = { version = "0.10", optional = true }
[features]
core_device_proxy = ["dep:serde_json", "dep:json", "dep:byteorder"]
debug_proxy = []
dvt = ["dep:byteorder"]
heartbeat = []
installation_proxy = []
misagent = []
@@ -57,6 +58,7 @@ xpc = [
full = [
"core_device_proxy",
"debug_proxy",
"dvt",
"heartbeat",
"installation_proxy",
"misagent",