Switch to streaming the uploaded file to disk

This commit is contained in:
Lol3rrr
2024-10-18 19:46:56 +02:00
parent 201cead3f1
commit 966bd4f413
5 changed files with 49 additions and 36 deletions

View File

@@ -10,11 +10,13 @@ serde = { version = "1.0.210", features = ["derive"] }
steam-openid = "0.2.0"
time = { version = "0.3.36", features = ["formatting", "parsing"] }
tokio = { version = "1.40.0", features = ["rt", "macros", "net", "mio", "rt-multi-thread"] }
tokio-util = { version = "0.7", features = ["io"]}
tower-sessions = "0.13.0"
tower-http = { version = "0.6", features = ["fs"] }
tracing = { version = "0.1.40", features = ["async-await"] }
tracing-subscriber = "0.3.18"
futures-util = "0.3"
futures = "0.3"
diesel = { version = "2.2", features = ["serde_json", "chrono"] }
diesel-async = { version = "0.5", features = ["postgres"] }