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