cargo-mend 0.16.0

Opinionated visibility auditing for Rust crates and workspaces
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";