Fix Rust compile

This commit is contained in:
Andras Schmelczer 2026-03-28 10:59:51 +00:00
parent 9233a4f314
commit 7b9287ca52
5 changed files with 10 additions and 10 deletions

View file

@ -2,6 +2,8 @@ use std::time::Duration;
use crate::utils::log_level::LogLevel;
pub const DURATION_ZERO: Duration = Duration::from_secs(0);
pub const DEFAULT_CONFIG_PATH: &str = "config.yml";
pub const DEFAULT_DATABASES_DIRECTORY_PATH: &str = "databases";