kellnr-migration 6.1.1

Kellnr is a self-hosted registry for Rust crates with support for rustdocs and crates.io caching.
Documentation
1
2
3
4
5
6
use sea_orm_migration::prelude::*;

#[async_std::main]
async fn main() {
    cli::run_cli(kellnr_migration::Migrator).await;
}