From 79eae45196e89672a8d564e7595330cd7743fe17 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 9 Apr 2020 13:01:10 +0200 Subject: use log crate instead of own debug! macro This also does away with the scary unsafe{} blocks just to set/get the DEBUG flag. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 85b7792..b1b9a12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,3 +22,4 @@ ureq = { version = "0.12", features = ["json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" dirs = "2.0" +log = { version = "0.4", features = ["std"] } -- cgit v1.2.3