refactor: move library into it's own crate
This commit is contained in:
parent
91d702088d
commit
b31502fb37
13 changed files with 138 additions and 34 deletions
5
cli/src/lib.rs
Normal file
5
cli/src/lib.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pub mod config;
|
||||
pub mod readwise;
|
||||
mod error;
|
||||
|
||||
pub use error::*;
|
||||
Loading…
Add table
Add a link
Reference in a new issue