summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-06-21 10:02:45 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-06-21 10:02:45 +0200
commit2355de6d2edbc030a98b52b855aee9d588382a95 (patch)
treebf95f573937af2cca4d0568da461048a18432590
parente9cec1505b5018d8b74655dec37da81ae90d2897 (diff)
Remove unused dependency
-rw-r--r--libimagbookmark/Cargo.toml1
-rw-r--r--libimagbookmark/src/lib.rs1
2 files changed, 0 insertions, 2 deletions
diff --git a/libimagbookmark/Cargo.toml b/libimagbookmark/Cargo.toml
index e2c42ec4..5f612a8e 100644
--- a/libimagbookmark/Cargo.toml
+++ b/libimagbookmark/Cargo.toml
@@ -14,7 +14,6 @@ repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
[dependencies]
-log = "0.3"
semver = "0.5"
url = "1.2"
regex = "0.1"
diff --git a/libimagbookmark/src/lib.rs b/libimagbookmark/src/lib.rs
index 6b7de0dc..e576ff1d 100644
--- a/libimagbookmark/src/lib.rs
+++ b/libimagbookmark/src/lib.rs
@@ -31,7 +31,6 @@
while_true,
)]
-#[macro_use] extern crate log;
extern crate semver;
extern crate url;
extern crate regex;