What's Changed
* Enable static Ar linking by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/393
* Add Cross support by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/395
* Document `apigw_http` feature dependency. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/399
* Document cc-rs requirements. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/400
* Fix target check by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/401
* Stop recursive search if a directory is not a Rust project by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/407
* trigger_router fallback to default lambda. :9000 now serves the lambda function at /, as it does on AWS. by davehorner in https://github.com/cargo-lambda/cargo-lambda/pull/398
* Fix issues waiting for compilation processes. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/408
* Document new lambda-url schema. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/409
* Test path parameters extraction by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/411
* Release version 0.18.0 by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/412
New Contributors
* davehorner made their first contribution in https://github.com/cargo-lambda/cargo-lambda/pull/398
**Full Changelog**: https://github.com/cargo-lambda/cargo-lambda/compare/v0.17.2...v0.18.0