summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2018-11-18 23:34:51 +0100
committerNora <nora.widdecke@tu-bs.de>2018-11-18 23:34:51 +0100
commit1fb4335be813dc01befc55faef8c6a93a4eee6ff (patch)
tree6294430bc38839b2ec14279727a94ebf6ed01ff2 /Cargo.toml
parentbb76769dbd31168418f5e30d310637eac4e07d5d (diff)
use stderrlog instead of simple-logger
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index baf33db..f689325 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,6 @@ libc = "0.2.43"
chrono = "0.4"
itertools = "0.7.8"
log = "0.4.5"
-simple_logger = "1.0.1"
yansi = "0.4.0"
indoc = "0.2.8"
+stderrlog = "0.4"