Skip to content

Commit d9998e7

Browse files
Add missing license fields in lambda and lambda-attributes crates (#251)
1 parent 13aa8f0 commit d9998e7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lambda-attributes/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "lambda-attributes"
33
version = "0.1.0"
44
authors = ["David Barsky <[email protected]>"]
55
edition = "2018"
6+
license = "Apache-2.0"
67

78
[lib]
89
proc-macro = true

lambda/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
authors = ["David Barsky <[email protected]>"]
55
description = "AWS Lambda Runtime."
66
edition = "2018"
7+
license = "Apache-2.0"
78

89
[features]
910
# no features by default

0 commit comments

Comments
 (0)