mod gui; use std::error::Error; #[tokio::main] async fn main() -> Result<(), Box> { gui::run().await }