mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
deps(common_utils): put the signals module behind a feature flag (#814)
This commit is contained in:
@ -9,6 +9,7 @@ pub mod errors;
|
||||
pub mod ext_traits;
|
||||
pub mod fp_utils;
|
||||
pub mod pii;
|
||||
#[cfg(feature = "signals")]
|
||||
pub mod signals;
|
||||
pub mod validation;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user