mirror of
https://github.com/nab138/isideload.git
synced 2026-03-02 22:46:15 +01:00
Start scaffolding apple account
This commit is contained in:
@@ -11,8 +11,11 @@ keywords = ["ios", "sideload"]
|
||||
readme = "../README.md"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
default = ["install"]
|
||||
install = ["dep:idevice"]
|
||||
|
||||
[dependencies]
|
||||
idevice = "0.1.50"
|
||||
idevice = { version = "0.1.50", optional = true }
|
||||
plist = "1.8.0"
|
||||
plist-macro = "0.1.0"
|
||||
reqwest = { version = "0.13.1", features = ["json", "gzip"] }
|
||||
|
||||
Reference in New Issue
Block a user