Adding self_encryption library as a dependency

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

cargo add self_encryption

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

self_encryption = "0.34.3"

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

Back to the crate overview.