Made mod utils public

This commit is contained in:
Lucien Cartier-Tilet 2020-04-05 15:48:41 +02:00
parent 5f30c6d636
commit 071c8b0728
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -19,7 +19,7 @@ use log::{info, warn};
use simplelog::*; use simplelog::*;
pub mod settings; pub mod settings;
mod utils; pub mod utils;
/// Initializes the crate /// Initializes the crate
/// ///