Skip to content

Commit 3001af7

Browse files
committed
Add SRP dependency
1 parent 75e453c commit 3001af7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ async-trait = "0.1.73"
3131
flume = "0.11.0"
3232
open-absinthe = { path = "/home/tae/Documents/open-absinthe", optional = true, features = ["serde"] }
3333
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" }
3435
omnisette = { path = "/home/tae/Documents/GitHub/apple-private-apis/omnisette", features = ["remote-clearadi"] }
3536
deku = "0.16.0"
3637
zip = { version = "2.1.5", default-features = false, features = ["deflate-zlib"] }

0 commit comments

Comments
 (0)