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