Rename crypto crate to sdk

This commit is contained in:
Michael Vines
2021-09-29 21:45:35 -07:00
parent c38309791b
commit 6cdb94ccc5
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.13"
spl-zk-token-crypto = { path = "../crypto" }
spl-zk-token-sdk = { path = "../sdk" }