Adding bip0039 library as a dependency

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

cargo add bip0039

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

bip0039 = "0.13.4"

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

Back to the crate overview.