From b83860e19bf718c6081863f49f0cb357b68cb36f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Mortensen?= Date: Sat, 28 Jul 2018 21:26:13 -0400 Subject: [PATCH] Add dependency on log MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Søren Mortensen --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index bea5576..a3585e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,4 @@ version = "0.1.0" authors = ["Søren Mortensen "] [dependencies] +log = { version = "0.4", features = ["std"] } -- 2.45.2