scriptly typed team format

This commit is contained in:
Robin Appelman 2025-04-14 15:34:21 +02:00
commit 98b690356c
12 changed files with 86 additions and 25 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ugc-scraper"
version = "0.4.4"
version = "0.5.0"
edition = "2021"
rust-version = "1.71.1"
description = "Scraper for ugcleague.com"
@ -14,7 +14,7 @@ scraper = "0.23.1"
thiserror = "2.0.3"
time = { version = "0.3.41", features = ["parsing", "macros"] }
steamid-ng = "1.0.0"
ugc-scraper-types = { version = "0.1.2", path = "./types" }
ugc-scraper-types = { version = "0.2.0", path = "./types" }
[dev-dependencies]
tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread", "rt"] }