Adding pavex_session library as a dependency

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

cargo add pavex_session

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

pavex_session = "0.2.10"

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

Back to the crate overview.