tide-lambda-listener 0.1.3

A Tide listener for the AWS Lambda execution envrionment.
Documentation
# Changelog

All notable changes to surf will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://book.async.rs/overview/stability-guarantees.html).

## [Unreleased]

## [0.1.3] - 2021-05-20

### Dependencies
- Switched to rustls to avoid native-tls cross-compilation.

## [0.1.2] - 2021-05-20

### Internal
- Fixed the patched lambda dependencies.

## [0.1.1] - 2021-05-19

(This release only contains more `Cargo.toml` information.)

## [0.1.0] - 2021-05-19

### Added
- Initial `LambdaListener` for Tide!