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