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,8 +1,12 @@
[package]
name = "readwise-bulk-upload"
name = "cli"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "readwise"
path = "bin/readwise/main.rs"
[dependencies]
lib_sync_core = {path = "../lib_sync_core"}