1 2 3 4 5 6
use oko::run; #[tokio::main] async fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync>> { run().await }