Actualiza la inicialización de traza+localización

This commit is contained in:
Manuel Cillero 2022-03-01 23:42:37 +01:00
parent cac4c2f102
commit 67952f6840
7 changed files with 12 additions and 12 deletions

View file

@ -2,4 +2,4 @@
pub const CONFIG_DIR: &'static str = "config";
mod settings;
pub use crate::config::settings::{CONFIG, SETTINGS};
pub use settings::{CONFIG, SETTINGS};