mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Initial rewrite commit
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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" }
|
||||
Reference in New Issue
Block a user