From cf2a9de19cd662da102c086186f1f46d350be7f2 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 08:22:13 +0000 Subject: [PATCH] Add solana-cli-config link to rust-api.md (#21840) (#21874) (cherry picked from commit 033106ed81486576c19f142abf41c7c82a942153) Co-authored-by: Brian Anderson --- docs/src/developing/clients/rust-api.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/src/developing/clients/rust-api.md b/docs/src/developing/clients/rust-api.md index 8ec1eea882..6deaf81443 100644 --- a/docs/src/developing/clients/rust-api.md +++ b/docs/src/developing/clients/rust-api.md @@ -21,11 +21,16 @@ Some important crates: - [`solana-client`] — For interacting with a Solana node via the [JSON RPC API](jsonrpc-api). +- [`solana-cli-config`] — Loading and saving the Solana CLI configuration + file. + - [`solana-clap-utils`] — Routines for setting up a CLI, using [`clap`], - as used by the main Solana CLI. + as used by the main Solana CLI. Includes functions for loading all types of + signers supported by the CLI. [`solana-program`]: https://docs.rs/solana-program [`solana-sdk`]: https://docs.rs/solana-sdk [`solana-client`]: https://docs.rs/solana-client +[`solana-cli-config`]: https://docs.rs/solana-cli-config [`solana-clap-utils`]: https://docs.rs/solana-clap-utils [`clap`]: https://docs.rs/clap