Remove unused dependency: lazy_static

This commit is contained in:
Matthias Beyer 2017-06-21 10:06:05 +02:00
parent 2355de6d2e
commit 87cab6dbb9
2 changed files with 0 additions and 2 deletions

View file

@ -20,7 +20,6 @@ semver = "0.5"
toml = "0.4.*"
toml-query = "0.2.*"
regex = "0.1"
lazy_static = "0.2"
itertools = "0.5"
[dependencies.libimagstore]

View file

@ -35,7 +35,6 @@
extern crate chrono;
#[macro_use] extern crate log;
#[macro_use] extern crate lazy_static;
extern crate semver;
extern crate toml;
extern crate toml_query;