We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13aa8f0 commit d9998e7Copy full SHA for d9998e7
lambda-attributes/Cargo.toml
@@ -3,6 +3,7 @@ name = "lambda-attributes"
3
version = "0.1.0"
4
authors = ["David Barsky <dbarsky@amazon.com>"]
5
edition = "2018"
6
+license = "Apache-2.0"
7
8
[lib]
9
proc-macro = true
lambda/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.1.0"
description = "AWS Lambda Runtime."
[features]
10
# no features by default
0 commit comments