From eeb8f1b39d965157ed3ea5f7bffae421cce435b3 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Sat, 5 Oct 2024 22:37:02 +0200 Subject: reordering src structure, cli args struct --- src/frontend.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/frontend.rs') diff --git a/src/frontend.rs b/src/frontend.rs index a03c096..dc16cb5 100644 --- a/src/frontend.rs +++ b/src/frontend.rs @@ -16,6 +16,8 @@ ///// pub mod app; +pub mod entries; pub mod handler; +pub mod keywords; pub mod tui; pub mod ui; -- cgit v1.2.3