1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-08 00:19:59 +02:00

update deps and remove html2text

This commit is contained in:
Jan Lukas Gernert 2018-08-02 17:05:26 +02:00
parent 4b2e6a24eb
commit ed66a705c1
2 changed files with 2 additions and 4 deletions

View file

@ -5,7 +5,6 @@ extern crate reqwest;
extern crate url;
extern crate regex;
extern crate encoding_rs;
extern crate html2text;
extern crate htmlescape;
extern crate base64;
extern crate image;