mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
refactor: extract kms module to external_services crate (#793)
This commit is contained in:
@ -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};
|
||||
|
||||
Reference in New Issue
Block a user