cargo-lambda-system 1.4.0

Cargo subcommand to work with AWS Lambda
Documentation
[dependencies.cargo-lambda-build]
version = "1.4.0"

[dependencies.cargo-lambda-interactive]
version = "1.4.0"

[dependencies.clap]
features = ["derive"]
version = "4.4.2"

[dependencies.miette]
version = "5.10.0"

[dependencies.tracing]
features = ["log"]
version = "0.1"

[lib]
name = "cargo_lambda_system"
path = "src/lib.rs"

[package]
authors = ["David Calavera"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Cargo subcommand to work with AWS Lambda"
edition = "2021"
homepage = "https://github.com/cargo-lambda/cargo-lambda"
keywords = ["cargo", "subcommand", "aws", "lambda"]
license = "MIT"
name = "cargo-lambda-system"
readme = "README.md"
repository = "https://github.com/cargo-lambda/cargo-lambda"
version = "1.4.0"