little-hesinde/calibre-db/Cargo.toml
Sebastian Hugentobler 64639953f0
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1s
add cargo metadata
2024-05-10 21:03:14 +02:00

17 lines
466 B
TOML

[package]
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"
r2d2_sqlite = "0.24.0"
rusqlite = { version = "0.31.0", features = ["bundled", "time"] }
serde = { workspace = true }
thiserror = { workspace = true }
time = { workspace = true }