pub(crate) const VERSION: &str = env!("CARGO_PKG_VERSION");
pub(crate) const CRATES_IO_API: &str = "https://crates.io/api/v1/crates/homeboy";
pub(crate) const GITHUB_RELEASES_API: &str =
"https://api.github.com/repos/Extra-Chill/homeboy/releases/latest";