1 2 3 4 5 6 7
use rseata_tc::start_server; #[tokio::main] async fn main() -> anyhow::Result<()> { start_server().await?; Ok(()) }