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

remove old dependency

This commit is contained in:
Jan Lukas Gernert 2018-08-29 18:25:30 +02:00
parent b76bb7eea7
commit 5beb25a575
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,6 @@ extern crate reqwest;
extern crate url;
extern crate regex;
extern crate encoding_rs;
extern crate htmlescape;
extern crate base64;
extern crate image;
extern crate chrono;
@ -35,7 +34,9 @@ use config::{
GrabberConfig,
ConfigCollection
};
use encoding_rs::*;
use encoding_rs::{
Encoding,
};
use chrono::NaiveDateTime;
use std::str::FromStr;
use images::ImageDownloader;