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