mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-16 08:32:05 +00:00
13 lines
136 B
Rust
13 lines
136 B
Rust
|
mod chain_spec;
|
||
|
mod service;
|
||
|
|
||
|
mod command_helper;
|
||
|
mod command;
|
||
|
|
||
|
mod rpc;
|
||
|
mod cli;
|
||
|
|
||
|
fn main() -> sc_cli::Result<()> {
|
||
|
command::run()
|
||
|
}
|