mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 01:17:36 +00:00
6 lines
95 B
Rust
6 lines
95 B
Rust
|
use substrate_build_script_utils::generate_cargo_keys;
|
||
|
|
||
|
fn main() {
|
||
|
generate_cargo_keys();
|
||
|
}
|