mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-05-12 02:21:17 +08:00
7 lines
130 B
Rust
7 lines
130 B
Rust
use sea_orm_migration::prelude::*;
|
|
|
|
#[async_std::main]
|
|
async fn main() {
|
|
cli::run_cli(bili_sync_migration::Migrator).await;
|
|
}
|