bare bones calibre db reading
This commit is contained in:
commit
65e17fc55b
13 changed files with 790 additions and 0 deletions
8
calibre-db/Cargo.toml
Normal file
8
calibre-db/Cargo.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "calibre-db"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
rusqlite = { version = "0.31.0", features = ["bundled"] }
|
||||
thiserror = "1.0.59"
|
Loading…
Add table
Add a link
Reference in a new issue