Skip to content

Commit 545f653

Browse files
softpropsdavidbarsky
authored andcommitted
Populate crates.io with useful information (#46)
1 parent 141189c commit 545f653

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

lambda-http/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ license = "Apache-2.0"
99
homepage = "https://github.com/awslabs/aws-lambda-rust-runtime"
1010
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"
1111
documentation = "https://docs.rs/lambda_runtime"
12+
readme = "../README.md"
13+
14+
[badges]
15+
travis-ci = { repository = "awslabs/aws-lambda-rust-runtime" }
16+
maintenance = { status = "actively-developed" }
1217

1318
[dependencies]
1419
http = "0.1"

lambda-runtime-client/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ license = "Apache-2.0"
99
homepage = "https://github.com/awslabs/aws-lambda-rust-runtime"
1010
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"
1111
documentation = "https://docs.rs/lambda_runtime_client"
12+
readme = "../README.md"
13+
14+
[badges]
15+
travis-ci = { repository = "awslabs/aws-lambda-rust-runtime" }
16+
maintenance = { status = "actively-developed" }
1217

1318
[dependencies]
1419
hyper = "0.12"

lambda-runtime/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ license = "Apache-2.0"
99
homepage = "https://github.com/awslabs/aws-lambda-rust-runtime"
1010
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"
1111
documentation = "https://docs.rs/lambda_runtime"
12+
readme = "../README.md"
13+
14+
[badges]
15+
travis-ci = { repository = "awslabs/aws-lambda-rust-runtime" }
16+
maintenance = { status = "actively-developed" }
1217

1318
[dependencies]
1419
serde = "^1"

0 commit comments

Comments
 (0)