[package] name = "lambda-build" version = "0.0.1-alpha" description = "Tool to build AWS Lambda functions written in Rust" authors = ["Mathias Lafeldt "] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/mlafeldt/lambda-build" documentation = "https://docs.rs/lambda-build/" homepage = "https://crates.io/crates/lambda-build" keywords = [] # TODO categories = [] # TODO edition = "2021" [dependencies] anyhow = "1"