Skip to content

Commit

Permalink
refactor: update main and maindp to include lookup module
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Oct 31, 2024
1 parent 2f4be34 commit 49158da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ mod clitypes;
mod cmd;
mod config;
mod index;
mod lookup;
mod odhtcache;
mod select;
mod util;
Expand Down
1 change: 1 addition & 0 deletions src/maindp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ mod clitypes;
mod cmd;
mod config;
mod index;
mod lookup;
mod odhtcache;
mod select;
mod util;
Expand Down

0 comments on commit 49158da

Please sign in to comment.