mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 01:42:55 +00:00
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -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",
|
||||
]
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user