mirror of
https://github.com/nab138/isideload.git
synced 2026-03-02 06:26:16 +01:00
Add example
This commit is contained in:
27
Cargo.toml
27
Cargo.toml
@@ -1,23 +1,4 @@
|
||||
[package]
|
||||
name = "isideload"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
vendored-openssl = ["openssl/vendored"]
|
||||
vendored-botan = ["icloud_auth/vendored-botan"]
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
plist = { version = "1.7" }
|
||||
icloud_auth = { version = "0.1.1", package = "nab138_icloud_auth"}
|
||||
uuid = { version = "1.17.0", features = ["v4"] }
|
||||
zip = "4.3"
|
||||
hex = "0.4"
|
||||
sha1 = "0.10"
|
||||
idevice = { version = "0.1.37", features = ["afc", "usbmuxd", "installation_proxy"] }
|
||||
openssl = "0.10"
|
||||
futures = "0.3"
|
||||
zsign-rust = "0.1"
|
||||
thiserror = "2"
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = ["isideload", "examples/minimal"]
|
||||
default-members = ["isideload"]
|
||||
Reference in New Issue
Block a user