Merge sdk/ back into crypto/

This commit is contained in:
Michael Vines
2021-09-29 20:31:46 -07:00
parent d5472faa96
commit f1345c7bb3
2 changed files with 2 additions and 2 deletions

View File

@@ -14,4 +14,4 @@ getrandom = { version = "0.1", features = ["dummy"] }
num-derive = "0.3"
num-traits = "0.2"
solana-sdk = "=1.7.11"
spl-zk-token-sdk = { path = "../sdk" }
spl-zk-token-crypto = { path = "../crypto" }