stream books instead of reading them into memory
This commit is contained in:
parent
d7f056f77e
commit
d00a7ef8dc
3 changed files with 18 additions and 11 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue