Adding cosmrs library as a dependency

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

cargo add cosmrs

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

cosmrs = "0.22.0"

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

Back to the crate overview.