Adding vercel_lambda library as a dependency

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

cargo add vercel_lambda

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

vercel_lambda = "0.2.0"

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

Back to the crate overview.