refactor: move readwise files to it's own binary
This commit is contained in:
parent
b31502fb37
commit
2827193fd6
6 changed files with 105 additions and 73 deletions
|
|
@ -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"}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue