1 2 3 4 5 6 7
use color_eyre::Result; #[tokio::main] async fn main() -> Result<()> { color_eyre::install()?; roxid_tui::run().await }