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