eilmeldung 1.4.3

a feature-rich TUI RSS Reader based on the news-flash library
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());