This commit is contained in:
Robin Appelman 2023-11-19 00:18:33 +01:00
commit 67094b16d2
4 changed files with 7 additions and 5 deletions

4
api-server/Cargo.lock generated
View file

@ -1742,7 +1742,9 @@ dependencies = [
[[package]]
name = "ugc-scraper"
version = "0.1.0"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14ae17e7f4fb13d132b973b6e449dbc782f2e118c3c86bbb93210aea19bd0972"
dependencies = [
"reqwest",
"scraper",

View file

@ -6,8 +6,8 @@ edition = "2021"
[dependencies]
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "rt"] }
main_error = "0.1.2"
ugc-scraper = { path = "../", version = "0.1" }
#ugc-scraper = "0.1"
#ugc-scraper = { path = "../", version = "0.1" }
ugc-scraper = "0.1.1"
axum = "0.6.20"
steamid-ng = "1.0.0"
thiserror = "1.0.50"