diff options
| author | lukeflo | 2024-10-05 22:37:02 +0200 |
|---|---|---|
| committer | lukeflo | 2024-10-05 22:37:02 +0200 |
| commit | eeb8f1b39d965157ed3ea5f7bffae421cce435b3 (patch) | |
| tree | 89838d867f2ceb6f436e4a051054b6609c6f230b /src/frontend.rs | |
| parent | 6717d6a9087180754eda66f89b348ce62b313e1e (diff) | |
| download | bibiman-eeb8f1b39d965157ed3ea5f7bffae421cce435b3.tar.gz bibiman-eeb8f1b39d965157ed3ea5f7bffae421cce435b3.zip | |
reordering src structure, cli args struct
Diffstat (limited to 'src/frontend.rs')
| -rw-r--r-- | src/frontend.rs | 2 |
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; |
