bare bones calibre db reading

This commit is contained in:
Sebastian Hugentobler 2024-05-01 16:21:07 +02:00
commit 65e17fc55b
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
13 changed files with 790 additions and 0 deletions

5
Cargo.toml Normal file
View file

@ -0,0 +1,5 @@
[workspace]
resolver = "2"
members = [
"calibre-db",
]