Rename token/rust to token/client

This commit is contained in:
Michael Vines 2022-02-11 20:55:51 -08:00
parent 89aa9475ba
commit 93c8086e13
7 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ members = [
"token/program",
"token/program-2022",
"token/program-2022-test",
"token/rust",
"token/client",
"utils/cgen",
"utils/test-client",
"token-lending/flash_loan_receiver",

View File

@ -16,4 +16,4 @@ solana-program-test = "=1.9.5"
solana-sdk = "=1.9.5"
spl-associated-token-account = { version = "1.0.5", path = "../../associated-token-account/program" }
spl-token-2022 = { version = "0.2", path="../program-2022", features = ["no-entrypoint"] }
spl-token-client = { version = "0.0.1", path = "../rust" }
spl-token-client = { version = "0.0.1", path = "../client" }