mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 10:14:11 +02:00
fix trace
This commit is contained in:
parent
3c86d7792a
commit
448993c27a
3 changed files with 269 additions and 243 deletions
|
|
@ -6,8 +6,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "rt", "signal"] }
|
||||
main_error = "0.1.2"
|
||||
#ugc-scraper = { path = "../", version = "*" }
|
||||
ugc-scraper = "0.4.1"
|
||||
ugc-scraper = { version = "0.4.1", path = ".." }
|
||||
axum = "0.7.4"
|
||||
steamid-ng = "1.0.0"
|
||||
thiserror = "1.0.50"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue