Exclude time utilities when not needed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2023-04-29 09:09:39 +02:00
parent 385fa01111
commit 5b60664eeb

View File

@ -6,6 +6,8 @@
pub mod client;
pub mod primitives;
#[cfg(feature = "crypto-wrapper")]
mod time_utils;
#[cfg(feature = "crypto-wrapper")]