aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/main.rs b/src/main.rs
index d8e66a1..98dbc1e 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,18 +1,3 @@
-extern crate base64;
-extern crate byteorder;
-extern crate clap;
-extern crate image;
-extern crate imageproc;
-extern crate itertools;
-extern crate md5;
-extern crate num_enum;
-extern crate num_traits;
-extern crate reqwest;
-extern crate rusttype;
-extern crate termcolor;
-extern crate toml;
-extern crate xdg;
-
use std::error::Error as StdError;
use std::fmt;