mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 04:27:56 +00:00
8 lines
160 B
Rust
8 lines
160 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();
|
|
}
|