add remote_key crate

Signed-off-by: Alex Chi Z <chi@neon.tech>
This commit is contained in:
Alex Chi Z
2025-04-16 14:27:35 -04:00
parent c450d3224d
commit 7d9f677a22
3 changed files with 0 additions and 8 deletions

3
Cargo.lock generated
View File

@@ -5500,9 +5500,6 @@ name = "remote_keys"
version = "0.1.0"
dependencies = [
"anyhow",
"aws-config",
"aws-sdk-kms",
"aws-smithy-types",
"rand 0.8.5",
"utils",
]

View File

@@ -6,9 +6,6 @@ license.workspace = true
[dependencies]
anyhow.workspace = true
aws-smithy-types.workspace = true
aws-sdk-kms.workspace = true
aws-config.workspace = true
utils.workspace = true
[dev-dependencies]

View File

@@ -1,8 +1,6 @@
//! A module that provides a KMS implementation that generates and unwraps the keys.
//!
#![allow(dead_code)]
/// A KMS implementation that does static wrapping and unwrapping of the keys.
pub struct NaiveKms {
account_id: String,