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