1 2 3 4
// application paths pub(crate) const APP_NAME: &str = "cargo-mend"; pub(crate) const CONFIG_FILE_NAME: &str = "mend.toml"; pub(crate) const GLOBAL_CONFIG_FILE: &str = "config.toml";