mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 04:27:56 +00:00
d839cbd92b
Applied global changes: Polkadot->Pezkuwi, Parachain->TeyrChain, pallet->pezpallet, frame->pezframe. Updated authors in Cargo.toml to include Kurdistan Tech Institute and pezkuwichain team. Used Cargo aliases to maintain SDK compatibility while using rebranded names in source code.
8 lines
161 B
Rust
8 lines
161 B
Rust
use bizinikiwi_build_script_utils::{generate_cargo_keys, rerun_if_git_head_changed};
|
|
|
|
fn main() {
|
|
generate_cargo_keys();
|
|
|
|
rerun_if_git_head_changed();
|
|
}
|