diff --git a/lambda-http/Cargo.toml b/lambda-http/Cargo.toml index a6ec26f0..df998b34 100644 --- a/lambda-http/Cargo.toml +++ b/lambda-http/Cargo.toml @@ -8,6 +8,11 @@ license = "Apache-2.0" homepage = "https://github.com/awslabs/aws-lambda-rust-runtime" repository = "https://github.com/awslabs/aws-lambda-rust-runtime" documentation = "https://docs.rs/lambda_runtime" +readme = "../README.md" + +[badges] +travis-ci = { repository = "awslabs/aws-lambda-rust-runtime" } +maintenance = { status = "actively-developed" } [dependencies] http = "0.1" diff --git a/lambda-runtime-client/Cargo.toml b/lambda-runtime-client/Cargo.toml index 10a09127..697878bd 100644 --- a/lambda-runtime-client/Cargo.toml +++ b/lambda-runtime-client/Cargo.toml @@ -9,6 +9,11 @@ license = "Apache-2.0" homepage = "https://github.com/awslabs/aws-lambda-rust-runtime" repository = "https://github.com/awslabs/aws-lambda-rust-runtime" documentation = "https://docs.rs/lambda_runtime_client" +readme = "../README.md" + +[badges] +travis-ci = { repository = "awslabs/aws-lambda-rust-runtime" } +maintenance = { status = "actively-developed" } [dependencies] hyper = "0.12" diff --git a/lambda-runtime/Cargo.toml b/lambda-runtime/Cargo.toml index 3fc50dbe..0ab81fb2 100644 --- a/lambda-runtime/Cargo.toml +++ b/lambda-runtime/Cargo.toml @@ -8,6 +8,11 @@ license = "Apache-2.0" homepage = "https://github.com/awslabs/aws-lambda-rust-runtime" repository = "https://github.com/awslabs/aws-lambda-rust-runtime" documentation = "https://docs.rs/lambda_runtime" +readme = "../README.md" + +[badges] +travis-ci = { repository = "awslabs/aws-lambda-rust-runtime" } +maintenance = { status = "actively-developed" } [dependencies] serde = "^1"