mod serve; #[tokio::main(flavor = "current_thread")] async fn main() { serve::serve().await; }