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