mirror of
https://github.com/pezkuwichain/pez-solochain-template.git
synced 2026-04-21 23:47:59 +00:00
8 lines
154 B
Rust
8 lines
154 B
Rust
use substrate_build_script_utils::{generate_cargo_keys, rerun_if_git_head_changed};
|
|
|
|
fn main() {
|
|
generate_cargo_keys();
|
|
|
|
rerun_if_git_head_changed();
|
|
}
|