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