mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-07 08:05:31 +02:00
need reqwest streams
This commit is contained in:
parent
498008f630
commit
9f349f8c6f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ exclude = ["resources/tests"]
|
|||
[dependencies]
|
||||
thiserror = "2.0"
|
||||
libxml = "0.3"
|
||||
reqwest = "0.12"
|
||||
reqwest = { version = "0.12", features = ["stream"] }
|
||||
tokio = { version = "1", features = ["macros", "fs", "io-util"] }
|
||||
url = "2.5"
|
||||
regex = "1.11"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue