pub const ZIG_DOWNLOAD_INDEX_JSON: &str = "https://ziglang.org/download/index.json";
pub const ZIG_COMMUNITY_MIRRORS: &str = "https://ziglang.org/download/community-mirrors.txt";
pub const ZIG_MINSIGN_PUBKEY: &str = r#"RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U"#;
pub const ZLS_MINISIGN_PUBKEY: &str = r#"RWR+9B91GBZ0zOjh6Lr17+zKf5BoSuFvrx2xSeDE57uIYvnKBGmMjOex"#;
pub const ZLS_SELECT_VERSION_ENDPOINT: &str = "https://releases.zigtools.org/v1/zls/select-version";
pub const ZV_MASTER_FILE: &str = "master";