refactor: restructure

This commit is contained in:
justchokingaround
2022-07-10 19:00:23 +02:00
parent bbd99ad5f7
commit e99dc19ea3
12 changed files with 522 additions and 413 deletions

4
src/ln.rs Normal file
View File

@@ -0,0 +1,4 @@
pub mod menu;
pub mod open_text;
pub mod scraper;
pub mod search;