mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 01:17:36 +00:00
0b879a53fa
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.
5 lines
95 B
Rust
5 lines
95 B
Rust
use substrate_build_script_utils::generate_cargo_keys;
|
|
|
|
fn main() {
|
|
generate_cargo_keys();
|
|
}
|