Adding hd_wallet library as a dependency

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

cargo add hd-wallet

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

hd-wallet = "0.6.1"

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

Back to the crate overview.