Fix Rust compile
This commit is contained in:
parent
9233a4f314
commit
7b9287ca52
5 changed files with 10 additions and 10 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue