Skip to content

Added homepage, docs, and repo to Cargo files #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Nov 29, 2018
Merged
5 changes: 4 additions & 1 deletion lambda-runtime-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ authors = ["Stefano Buliani", "David Barsky"]
description = "Client SDK for AWS Lambda's runtime APIs"
keywords = ["AWS", "Lambda", "Runtime", "API", "Client", "SDK"]
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"

[dependencies]
hyper = "0.12"
Expand All @@ -14,4 +17,4 @@ serde = "^1"
serde_json = "^1"
serde_derive = "^1"
log = "0.4"
backtrace = "0.3"
backtrace = "0.3"
5 changes: 4 additions & 1 deletion lambda-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ authors = ["Stefano Buliani", "David Barsky"]
description = "Rust runtime for AWS Lambda"
keywords = ["AWS", "Lambda", "Runtime", "Rust"]
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"
build = "build.rs"

[dependencies]
Expand All @@ -26,4 +29,4 @@ rusoto_dynamodb = "^0.35"
skeptic = "^0.13"

[build-dependencies]
skeptic = "^0.13"
skeptic = "^0.13"