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-types"
version = "0.1.2"
version = "0.2.0"
edition = "2021"
rust-version = "1.71.1"
description = "Scraper for ugcleague.com - data types"
@ -11,6 +11,7 @@ homepage = "https://github.com/icewind1991/ugc-scaper"
steamid-ng = "1.0.0"
serde = { version = "1.0.215", features = ["derive"], optional = true }
time = { version = "0.3.36", features = ["parsing", "macros"] }
thiserror = "2.0.12"
[features]
serde = ["dep:serde", "time/serde", "time/formatting"]