mirror of
https://git.alemi.dev/dashboard.git
synced 2024-11-15 03:59:24 +01:00
7 lines
120 B
Rust
7 lines
120 B
Rust
|
use sea_orm_migration::prelude::*;
|
||
|
|
||
|
#[async_std::main]
|
||
|
async fn main() {
|
||
|
cli::run_cli(migration::Migrator).await;
|
||
|
}
|