1use sea_orm_migration::prelude::*; 2 3#[async_std::main] 4async fn main() { 5 cli::run_cli(hoprd_migration::Migrator).await; 6}