mirror of
https://github.com/YGGverse/rssto.git
synced 2026-04-02 10:05:32 +00:00
handle some 3'th party errors, init scraper features
This commit is contained in:
parent
6bf89cbc3e
commit
d8f2d723f5
4 changed files with 84 additions and 20 deletions
|
|
@ -17,7 +17,8 @@ log = "0.4.29"
|
|||
mysql = { package = "rssto-mysql", version = "0.1.0", path = "../mysql" }
|
||||
reqwest = { version = "0.13.1", features = ["blocking"] }
|
||||
rss = "2.0.12"
|
||||
scraper = { version = "0.25.0", features = ["serde"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
toml = "0.9.10"
|
||||
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
|
||||
url = { version = "2.5.8", features = ["serde"] }
|
||||
url = { version = "2.5.8", features = ["serde"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue