mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Rewrite async runtime handling and port to tracing
This commit is contained in:
@@ -9,6 +9,7 @@ idevice = { path = "../idevice", default-features = false }
|
||||
futures = { version = "0.3", optional = true }
|
||||
tracing = { version = "0.1.41" }
|
||||
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
|
||||
tracing-appender = { version = "0.2" }
|
||||
once_cell = "1.21.1"
|
||||
tokio = { version = "1.44.1", features = ["full"] }
|
||||
libc = "0.2.171"
|
||||
|
||||
Reference in New Issue
Block a user