summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-12-31 14:45:52 +0100
committerCanop <cano.petrole@gmail.com>2020-12-31 14:45:52 +0100
commit1129e66c27a290c80ea181e5c80de14602b07d1f (patch)
tree093025f995ce52bab9557040a11fc25fa1aaba55 /Cargo.toml
parent6af811dd618f15d855eb519ff0e577b4799d9365 (diff)
use cli-log for logging
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 651fcee..ab905a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,6 +24,7 @@ base64 = "0.13"
bet = "0.3.4"
char_reader = "0.1"
clap = { version="2.33", default-features=false, features=["suggestions"] }
+cli-log = "0.1"
chrono = "0.4"
crossbeam = "0.7"
crossterm = "0.17.7"
@@ -49,7 +50,6 @@ rayon = "1.4"
regex = "1.3"
secular = "0.2"
serde = { version = "1.0", features = ["derive"] }
-simplelog = "0.7"
splitty = "0.1"
strict = "0.1.4"
syntect = "4.2"