add cargo metadata
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1s
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1s
This commit is contained in:
parent
2d7bd0ae48
commit
64639953f0
3 changed files with 9 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue