Skip to content
Snippets Groups Projects
Unverified Commit 2ddc70da authored by Joshy Orndorff's avatar Joshy Orndorff
Browse files

Delete no-longer-used build.rs

parent da88e4aa
No related branches found
No related tags found
No related merge requests found
use vergen::{ConstantsFlags, generate_cargo_keys};
const ERROR_MSG: &str = "Failed to generate metadata files";
fn main() {
generate_cargo_keys(ConstantsFlags::SHA_SHORT).expect(ERROR_MSG);
build_script_utils::rerun_if_git_head_changed();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment