mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 20:42:15 +00:00
6 lines
No EOL
115 B
Rust
6 lines
No EOL
115 B
Rust
use sea_orm_migration::prelude::*;
|
|
|
|
#[tokio::main]
|
|
async fn main() {
|
|
cli::run_cli(migration::Migrator).await;
|
|
} |