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
1 changed files with 1 additions and 1 deletions

View File

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