mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 12:09:37 +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();
|
||
|
}
|