Thanks to visit codestin.com
Credit goes to lib.rs

Adding bls_dkg library as a dependency

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

cargo add bls_dkg

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

bls_dkg = "0.10.5"

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

Back to the crate overview.