cargo-mend 0.15.0

Opinionated visibility auditing for Rust crates and workspaces
1
2
3
4
5
// build info
pub(crate) const BUILD_INFO_UNKNOWN: &str = "unknown";

// help url
pub(crate) const HELP_URL_BASE: &str = "https://github.com/natepiano/cargo-mend";