1 2 3
pub const CONFIG_DIR: &str = "~/.config/idea"; pub const CONFIG_FILE: &str = "config.toml"; pub const DEFAULT_CONFIG: &str = include_str!("static/config.toml");