mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
updates
This commit is contained in:
parent
5a6d7006e0
commit
fb383652c8
22 changed files with 3161 additions and 3071 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -1,20 +1,20 @@
|
|||
[package]
|
||||
name = "ugc-scraper"
|
||||
version = "0.5.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.71.1"
|
||||
version = "0.6.0"
|
||||
edition = "2024"
|
||||
rust-version = "1.88.0"
|
||||
description = "Scraper for ugcleague.com"
|
||||
license = "MIT OR Apache-2.0"
|
||||
homepage = "https://codeberg.org/icewind/ugc-scaper"
|
||||
|
||||
[dependencies]
|
||||
tokio = "1.44.2"
|
||||
reqwest = "0.12.15"
|
||||
scraper = "0.23.1"
|
||||
reqwest = "0.13.2"
|
||||
scraper = "0.26.0"
|
||||
thiserror = "2.0.3"
|
||||
time = { version = "0.3.41", features = ["parsing", "macros"] }
|
||||
steamid-ng = "1.0.0"
|
||||
ugc-scraper-types = { version = "0.2.0", path = "./types" }
|
||||
steamid-ng = "3.0.0"
|
||||
ugc-scraper-types = { version = "0.3.0", path = "./types" }
|
||||
regex = "1.11.1"
|
||||
tracing = "0.1.41"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue