1 2 3 4 5 6 7 8
#[path = "apps/help.rs"] pub mod tui_help; #[path = "apps/inbox.rs"] pub mod tui_inbox; #[path = "apps/issue.rs"] pub mod tui_issue; #[path = "apps/patch.rs"] pub mod tui_patch;