fix teams with no timezone

This commit is contained in:
Robin Appelman 2023-11-27 21:51:04 +01:00
commit 1a997aef36
9 changed files with 3043 additions and 13 deletions

View file

@ -6,8 +6,8 @@ edition = "2021"
[dependencies]
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "rt"] }
main_error = "0.1.2"
#ugc-scraper = { path = "../", version = "0.2.2" }
ugc-scraper = "0.2.2"
#ugc-scraper = { path = "../", version = "0.2.3" }
ugc-scraper = "0.2.3"
axum = "0.6.20"
steamid-ng = "1.0.0"
thiserror = "1.0.50"