refactor: move library into it's own crate

This commit is contained in:
Alexander Navarro 2025-05-15 11:38:00 -04:00
parent 91d702088d
commit b31502fb37
13 changed files with 138 additions and 34 deletions

View file

@ -1,6 +0,0 @@
mod error;
pub mod task_manager;
pub mod config;
pub mod readwise;
pub use error::*;