We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e453c commit 3001af7Copy full SHA for 3001af7
Cargo.toml
@@ -31,6 +31,7 @@ async-trait = "0.1.73"
31
flume = "0.11.0"
32
open-absinthe = { path = "/home/tae/Documents/open-absinthe", optional = true, features = ["serde"] }
33
icloud_auth = { path = "/home/tae/Documents/GitHub/apple-private-apis/icloud-auth" }
34
+srp = { version = "0.6.0", path = "/home/tae/Documents/GitHub/apple-private-apis/icloud-auth/rustcrypto-srp" }
35
omnisette = { path = "/home/tae/Documents/GitHub/apple-private-apis/omnisette", features = ["remote-clearadi"] }
36
deku = "0.16.0"
37
zip = { version = "2.1.5", default-features = false, features = ["deflate-zlib"] }
0 commit comments