git.delta.rocks / unique-network / refs/commits / dc1fefd785d4

difftreelog

source

node/cli/build.rs286 Bsourcehistory
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}