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