Adding ory_client library as a dependency

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

cargo add ory-client

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

ory-client = "1.22.16"

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

Back to the crate overview.