archive more match data

This commit is contained in:
Robin Appelman 2025-04-19 00:15:43 +02:00
commit 65e2463941
10 changed files with 282 additions and 1 deletions

View file

@ -18,4 +18,5 @@ sqlx = { version = "0.8.3", features = ["postgres", "runtime-tokio", "time"] }
thiserror = "2.0.12"
main_error = "0.1.2"
tokio-stream = "0.1.17"
futures-util = "0.3.31"
futures-util = "0.3.31"
time = "0.3.41"