1 2 3 4 5
#[tokio::main] async fn main() -> std::io::Result<()> { puniyu_server::run_server(None, None).await?; Ok(()) }