refactor: extract kms module to external_services crate (#793)

This commit is contained in:
Sanchith Hegde
2023-03-24 14:31:59 +05:30
committed by GitHub
parent 346bd95445
commit 029e3894fe
15 changed files with 162 additions and 67 deletions

View File

@ -1,8 +1,6 @@
pub mod api;
pub mod authentication;
pub mod encryption;
#[cfg(feature = "kms")]
pub mod kms;
pub mod logger;
use std::sync::{atomic, Arc};