1 2 3 4 5
// main.rs #[tokio::main] async fn main() -> anyhow::Result<()> { gmsg::Gmsg::run().await }