Initial rewrite commit

This commit is contained in:
Jackson Coxson
2025-01-08 16:21:41 -07:00
commit 5e014055d1
5 changed files with 840 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "idevice"
version = "0.1.0"
edition = "2021"
[dependencies]
plist = { version = "1.7" }
serde = { version = "1", features = ["derive"] }
thiserror = { version = "2" }
log = { version = "0.4" }
env_logger = { version = "0.11" }
openssl = { version = "0.10" }