mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +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();
|
||
|
|
}
|