1//2// This file is subject to the terms and conditions defined in3// file 'LICENSE', which is part of this source code package.4//56use substrate_build_script_utils::{generate_cargo_keys, rerun_if_git_head_changed};78fn main() {9 generate_cargo_keys();1011 rerun_if_git_head_changed();12}