bring back full covers if needed
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 30m2s

This commit is contained in:
Sebastian Hugentobler 2024-06-26 22:35:03 +02:00
parent b77b1bc139
commit 7deb8e5bfc
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
9 changed files with 142 additions and 84 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "little-hesinde"
version = "0.2.3"
version = "0.3.0"
edition = "2021"
license = { workspace = true }
authors = { workspace = true }
@ -9,23 +9,23 @@ description = "A very simple ebook server for a calibre library, providing a htm
[dependencies]
calibre-db = { path = "../calibre-db/", version = "0.1.0" }
clap = { version = "4.5.4", features = ["derive", "env"] }
clap = { version = "4.5.7", features = ["derive", "env"] }
image = { version = "0.25.1", default-features = false, features = ["jpeg", "rayon"] }
once_cell = "1.19.0"
poem = { version = "3.0.0", features = ["embed", "static-files"] }
rust-embed = "8.3.0"
poem = { version = "3.0.1", features = ["embed", "static-files"] }
rust-embed = "8.4.0"
sha2 = "0.10.8"
serde = { workspace = true }
serde_json = "1.0.116"
serde_json = "1.0.118"
serde_with = "3.8.1"
tera = "1.19.1"
tera = "1.20.0"
thiserror = { workspace = true }
time = { workspace = true }
tokio = { version = "1.37.0", features = ["signal", "rt-multi-thread", "macros"] }
tokio = { version = "1.38.0", features = ["signal", "rt-multi-thread", "macros"] }
tokio-util = "0.7.11"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
uuid = { version = "1.8.0", features = ["v4", "fast-rng"] }
uuid = { version = "1.9.1", features = ["v4", "fast-rng"] }
quick-xml = { version = "0.34.0", features = ["serialize"] }
[build-dependencies]