mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 10:14:11 +02:00
scriptly typed team format
This commit is contained in:
parent
ca06e8b095
commit
98b690356c
12 changed files with 86 additions and 25 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue