refactor: move readwise files to it's own binary

This commit is contained in:
Alexander Navarro 2025-05-15 13:00:39 -04:00
parent b31502fb37
commit 2827193fd6
6 changed files with 105 additions and 73 deletions

View file

@ -1,5 +1,4 @@
pub mod config;
pub mod readwise;
mod error;
pub use error::*;