Adding pact_models library as a dependency

Run this command in a terminal, in your project's directory:

cargo add pact_models

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

pact_models = "1.3.8"

The pact_models library will be automatically available globally. Read the pact_models library documentation.

Back to the crate overview.