asklyphe/authservice/migration/src/main.rs

7 lines
120 B
Rust
Raw Normal View History

2025-03-12 12:32:15 -07:00
use sea_orm_migration::prelude::*;
#[async_std::main]
async fn main() {
cli::run_cli(migration::Migrator).await;
}