HomeDisk/utils/src/lib.rs

6 lines
91 B
Rust

#[cfg(feature = "crypto")]
pub mod crypto;
#[cfg(feature = "database")]
pub mod database;