mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
server cargo updates
This commit is contained in:
parent
78f40f003e
commit
781bd03ad2
3 changed files with 161 additions and 29 deletions
|
|
@ -4,11 +4,11 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "rt"] }
|
||||
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "rt", "signal"] }
|
||||
main_error = "0.1.2"
|
||||
#ugc-scraper = { path = "../", version = "*" }
|
||||
ugc-scraper = "0.3.2"
|
||||
axum = "0.6.20"
|
||||
axum = "0.7.4"
|
||||
steamid-ng = "1.0.0"
|
||||
thiserror = "1.0.50"
|
||||
tracing = "0.1.40"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue