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

@ -20,6 +20,7 @@ pub mod logger {
"actix_server",
"api_models",
"common_utils",
"external_services",
"masking",
"redis_interface",
"router_derive",