homeboy 0.72.0

CLI for multi-component deployment and development workflow automation
Documentation
1
2
3
4
5
6
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";