mirror of
https://github.com/pezkuwichain/pez-solochain-template.git
synced 2026-04-22 02:08:04 +00:00
8 lines
155 B
Rust
8 lines
155 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();
|
|
}
|