Skip to content

Commit

Permalink
Fix Cargo.toml metadata (#14)
Browse files Browse the repository at this point in the history
*Issue #, if available:*

*Description of changes:*


By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
  • Loading branch information
simonmarty authored Jul 15, 2024
1 parent 8ae73f2 commit 78fa917
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aws_secretsmanager_agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
name = "aws_secretsmanager_agent"
version = "1.0.0"
edition = "2021"
license = "Apache-2.0"
description = "The AWS Secrets Manager Agent is a local HTTP service that you can install and use in your compute environments to read secrets from Secrets Manager and cache them in memory."
homepage = "https://github.com/aws/aws-secretsmanager-agent"
repository = "https://github.com/aws/aws-secretsmanager-agent"
readme = "../README.md"

[dependencies]
hyper = { version = "1", features = ["http1", "server"] }
Expand Down
5 changes: 5 additions & 0 deletions aws_secretsmanager_caching/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
name = "aws_secretsmanager_caching"
version = "1.0.0"
edition = "2021"
license = "Apache-2.0"
description = "The AWS Secrets Manager Rust caching client enables in-process caching of secrets for Rust applications."
homepage = "https://github.com/aws/aws-secretsmanager-agent/aws_secretsmanager_caching"
repository = "https://github.com/aws/aws-secretsmanager-agent"
readme = "README.md"

[dependencies]
aws-sdk-secretsmanager = "1"
Expand Down

0 comments on commit 78fa917

Please sign in to comment.