use book_manager::app::App; use loco_rs::cli; use migration::Migrator; #[tokio::main] async fn main() -> loco_rs::Result<()> { cli::main::().await }