[package] name = "llambda" version = "0.1.2" authors = ["Marius Ciubotariu "] edition = "2018" description = "Types to locally test your Netlify rust lambda function" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hyper = "0.14" aws_lambda_events = "0.4" netlify_lambda_http = "0.2" http = "0.2.1" url = "2.1.1"