aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2020-02-19 12:27:22 +0100
committerDaniel Schadt <kingdread@gmx.de>2020-02-19 12:27:22 +0100
commite8ce405349f2473e1353632bd455261b8ef9d479 (patch)
tree352831bea489dc0be4e40a9edc0320df6932f0c9 /src/main.rs
parente3591f9f2ba4202ae570bda457e0a9e43e91b9e7 (diff)
downloadkondou-e8ce405349f2473e1353632bd455261b8ef9d479.tar.gz
kondou-e8ce405349f2473e1353632bd455261b8ef9d479.tar.bz2
kondou-e8ce405349f2473e1353632bd455261b8ef9d479.zip
update dependencies
image should also be updated to 0.23, but imageproc currently still uses 0.22, so we need to match it.
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;