Adding tonic_async_interceptor library as a dependency

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

cargo add tonic-async-interceptor

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

tonic-async-interceptor = "0.14.1"

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

Back to the crate overview.