include!("lib.rs"); /// Application entrypoint. pub fn main () -> Usually<()> { Tui::run(TransportToolbar::standalone()?)?; Ok(()) }