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