implement thumbnail caching
This commit is contained in:
parent
a0c5122735
commit
b77b1bc139
7 changed files with 187 additions and 6 deletions
|
@ -9,10 +9,12 @@ 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"] }
|
||||
clap = { version = "4.5.4", 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"
|
||||
sha2 = "0.10.8"
|
||||
serde = { workspace = true }
|
||||
serde_json = "1.0.116"
|
||||
serde_with = "3.8.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue