Adding merkle_cbt library as a dependency

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

cargo add merkle-cbt

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

merkle-cbt = "0.3.2"

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

Back to the crate overview.