mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-25 13:01:49 +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;
|
|
} |