aboutsummaryrefslogtreecommitdiff
path: root/src/frontend.rs
diff options
context:
space:
mode:
authorlukeflo2024-10-05 22:37:02 +0200
committerlukeflo2024-10-05 22:37:02 +0200
commiteeb8f1b39d965157ed3ea5f7bffae421cce435b3 (patch)
tree89838d867f2ceb6f436e4a051054b6609c6f230b /src/frontend.rs
parent6717d6a9087180754eda66f89b348ce62b313e1e (diff)
downloadbibiman-eeb8f1b39d965157ed3ea5f7bffae421cce435b3.tar.gz
bibiman-eeb8f1b39d965157ed3ea5f7bffae421cce435b3.zip
reordering src structure, cli args struct
Diffstat (limited to 'src/frontend.rs')
-rw-r--r--src/frontend.rs2
1 files changed, 2 insertions, 0 deletions
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;