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-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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue