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
|
|
@ -1,15 +1,16 @@
|
|||
[package]
|
||||
name = "ugc-api-server"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
rust-version = "1.88.0"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread", "rt", "signal"] }
|
||||
main_error = "0.1.2"
|
||||
ugc-scraper = { version = "*", path = ".." }
|
||||
#ugc-scraper = "0.5.0"
|
||||
#ugc-scraper = "0.6.0"
|
||||
axum = "0.8.3"
|
||||
steamid-ng = "1.0.0"
|
||||
steamid-ng = "3.0.0"
|
||||
thiserror = "2.0.12"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue