add cargo metadata
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1s

This commit is contained in:
Sebastian Hugentobler 2024-05-10 21:03:14 +02:00
parent 2d7bd0ae48
commit 64639953f0
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
3 changed files with 9 additions and 1 deletions

View file

@ -3,6 +3,9 @@ name = "calibre-db"
version = "0.1.0"
edition = "2021"
license = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
description = "Read data from a calibre library, leveraging its SQLite metadata database."
[dependencies]
r2d2 = "0.8.10"