use u_server_lib::serve; #[tokio::main] async fn main() { serve().await; }