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

1
Cargo.lock generated
View file

@ -1371,6 +1371,7 @@ dependencies = [
"thiserror",
"time",
"tokio",
"tokio-util",
"tracing",
"tracing-subscriber",
"uuid",