mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 21:47:58 +00:00
1bb2e96501
* evm template integrated * workflows modified per template * workflow fixes
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();
|
|
}
|