Use correct packets for mounting

This commit is contained in:
Jackson Coxson
2025-02-05 11:40:34 -07:00
parent 732940581e
commit 74e0f8e226
4 changed files with 58 additions and 11 deletions

View File

@@ -32,12 +32,14 @@ byteorder = { version = "1.5", optional = true }
reqwest = { version = "0.12", features = ["json"], optional = true }
sha2 = { version = "0.10", optional = true }
[features]
core_device_proxy = ["dep:serde_json", "dep:json", "dep:byteorder"]
heartbeat = []
installation_proxy = []
mounter = []
mounter = ["dep:sha2"]
usbmuxd = []
tcp = ["tokio/net"]
tss = ["dep:uuid", "dep:reqwest"]