use crate::router::setup; mod router; #[tokio::main] async fn main() { setup().await; }