Adding juspay_diesel library as a dependency

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:

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.