This commit is contained in:
Robin Appelman 2026-03-26 23:44:23 +01:00
commit fb383652c8
22 changed files with 3161 additions and 3071 deletions

View file

@ -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"] }