Skip to content

Commit

Permalink
remove not used dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cssivision committed Sep 2, 2017
1 parent 8b7c8b0 commit 372feea
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@

extern crate clap;
extern crate env_logger;
extern crate env_variables;
#[macro_use]
extern crate log;
extern crate openssl_probe;
extern crate pbr;
extern crate reqwest;
extern crate serde_json;
extern crate url;
extern crate ytdl;

use clap::{App, AppSettings, Arg};
Expand Down
1 change: 0 additions & 1 deletion src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use std::io;
use url;
use reqwest as request;


error_chain! {
foreign_links {
Utf8Error(str::Utf8Error);
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ extern crate lazy_static;
#[macro_use]
extern crate log;
extern crate reqwest;
extern crate serde;
#[macro_use]
extern crate serde_derive;
extern crate serde_json;
extern crate url;

pub mod video_info;
Expand Down

0 comments on commit 372feea

Please sign in to comment.