1 2 3 4 5 6 7
use directories::*; use once_cell::sync::Lazy; pub const CONFIG_FILE: &str = "config.toml"; pub static PROJECT_DIRS: Lazy<ProjectDirs> = Lazy::new(|| ProjectDirs::from("org", "christo-auer", "eilmeldung").unwrap());