Move helpers to solana-cli-config (#24246)

* Add solana-cli-utils crate

* Use cli-utils in cli

* Move println fn to cli-output

* Use cli-config instead
This commit is contained in:
Tyera Eulberg
2022-04-11 14:56:51 -04:00
committed by GitHub
parent 9ac2245970
commit 8a73badf3d
9 changed files with 194 additions and 154 deletions

View File

@ -3312,6 +3312,8 @@ dependencies = [
"serde",
"serde_derive",
"serde_yaml",
"solana-clap-utils",
"solana-sdk",
"url",
]
@ -3332,6 +3334,7 @@ dependencies = [
"serde_json",
"solana-account-decoder",
"solana-clap-utils",
"solana-cli-config",
"solana-client",
"solana-sdk",
"solana-transaction-status",