Add ring as optional crypto provider

This commit is contained in:
Jackson Coxson
2025-07-31 11:14:42 -06:00
parent 9f2de4d340
commit 8ee58c3502
3 changed files with 16 additions and 9 deletions

View File

@@ -93,13 +93,9 @@ path = "src/lockdown.rs"
name = "restore_service"
path = "src/restore_service.rs"
[[bin]]
name = "ioreg"
path = "src/ioreg.rs"
[dependencies]
idevice = { path = "../idevice", features = ["full"] }
tokio = { version = "1.43", features = ["io-util", "macros", "time", "full"] }
tokio = { version = "1.43", features = ["full"] }
log = { version = "0.4" }
env_logger = { version = "0.11" }
tun-rs = { version = "1.5", features = ["async"] }