Adding solana_cli_config library as a dependency

Run this command in a terminal, in your project's directory:

cargo add solana-cli-config

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

solana-cli-config = "3.1.8"

The solana_cli_config library will be automatically available globally. Read the solana_cli_config library documentation.

Back to the crate overview.