From 0aa78226215c9c25401162c5e1c3b9d77209678c Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Tue, 25 Sep 2018 12:16:11 +0200 Subject: [PATCH] Removed useless lazy static --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6fcb187..73e43f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" authors = ["Thomas Forgione "] [dependencies] -lazy_static = "1.1.0" colored = "1.6.1" hyper = "0.12.10"