openapi_lambda
Run this command in a terminal, in your project's directory:
cargo add openapi-lambda
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
openapi-lambda = "0.1.3"
The openapi_lambda library will be automatically available globally. Read the openapi_lambda library documentation.
Back to the crate overview.