pub const RELEASE_URL_BASE: &str = "https://github.com/Renso-AI/code-graph-dist/releases/download";
pub const ARCHIVE_PREFIX: &str = "code_graph";
pub const BINARY_NAME: &str = "code_graph";
pub const SHA256_BY_TARGET: &[(&str, &str)] = &[
("aarch64-apple-darwin", "90db5f78f784d22dea80de73ce7e143c75f6cc6efac33708cd9f133f5f4b0939"),
("aarch64-unknown-linux-gnu", "c5b47394442141a8620b7ebb327985c7f6ad66b7fa231d49e972fc9fdf0590de"),
("x86_64-apple-darwin", "e1bdfb362e7f62a608469b104f759d8c7c138431a83c0e4cd3431f041ef7caf1"),
("x86_64-pc-windows-msvc", "0248f3bac233bdd5ee3fde7ad535c5a26496821635772e540bac1911689813fc"),
("x86_64-unknown-linux-gnu", "4ed35d6097a5bb8e20f1b861cd148ba7ab41329b6d9c6dbadc8a24507526b60f"),
];
pub const MINISIGN_PUBKEY: &str = "";