cli-output: Add CliTokenAccount type

This commit is contained in:
Trent Nelson
2020-09-24 18:33:08 -06:00
committed by Trent Nelson
parent bb144bf758
commit d95bce2600
3 changed files with 44 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ indicatif = "0.15.0"
serde = "1.0.112"
serde_derive = "1.0.103"
serde_json = "1.0.56"
solana-account-decoder = { path = "../account-decoder", version = "1.4.0" }
solana-clap-utils = { path = "../clap-utils", version = "1.4.0" }
solana-client = { path = "../client", version = "1.4.0" }
solana-sdk = { path = "../sdk", version = "1.4.0" }