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