mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
refactor(masking): move masking implementations to masking crate (#2135)
This commit is contained in:
@ -54,3 +54,7 @@ pub mod prelude {
|
||||
|
||||
#[cfg(feature = "diesel")]
|
||||
mod diesel;
|
||||
|
||||
pub mod maskable;
|
||||
|
||||
pub use maskable::*;
|
||||
|
||||
Reference in New Issue
Block a user