This commit is contained in:
Robin Appelman 2023-11-15 21:05:11 +01:00
commit 0c58410f6a
11 changed files with 1902 additions and 0 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "ugc-scraper"
version = "0.1.0"
edition = "2021"
rust-version = "1.67"
[dependencies]
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "rt"] }
reqwest = "0.11.22"
scraper = "0.18.1"
miette = "5.10.0"
thiserror = "1.0.50"
main_error = "0.1.2"