base for testing new pallets

This commit is contained in:
Ozgun Ozerk
2023-11-09 16:03:00 +03:00
parent 0dd9bbcbe7
commit 897845d6f6
26 changed files with 17870 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
use substrate_build_script_utils::{generate_cargo_keys, rerun_if_git_head_changed};
fn main() {
generate_cargo_keys();
rerun_if_git_head_changed();
}