stream books instead of reading them into memory

This commit is contained in:
Sebastian Hugentobler 2024-05-10 17:23:23 +02:00
parent d7f056f77e
commit d00a7ef8dc
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
3 changed files with 18 additions and 11 deletions

View file

@ -17,6 +17,7 @@ tera = "1.19.1"
thiserror = { workspace = true }
time = { workspace = true }
tokio = { version = "1.37.0", features = ["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"] }