Adding sc_client_api library as a dependency
Run this command in a terminal, in your project's directory:
cargo add sc-client-api
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
sc-client-api = "44.0.0"
The sc_client_api library will be automatically available globally.
Read the sc_client_api library documentation.