Adding graphile_worker_ctx library as a dependency
Run this command in a terminal, in your project's directory:
cargo add graphile_worker_ctx
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
graphile_worker_ctx = "0.4.2"
The graphile_worker_ctx library will be automatically available globally.
Read the graphile_worker_ctx library documentation.