serai/substrate/node/build.rs
Luke Parker 0b879a53fa
Add an initial Substrate instantiation
Consensus has been nuked for an AcceptAny currently routed throough PoW 
(when it doesn't have to be, doing so just took care of a few pieces of 
leg work).

Updates AGPL handling.
2022-07-15 00:05:00 -04:00

5 lines
95 B
Rust

use substrate_build_script_utils::generate_cargo_keys;
fn main() {
generate_cargo_keys();
}