summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-12-11 17:02:54 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-12-11 17:02:54 +0100
commit549425fcf8dd9d5c69bb85df24651588db0438c9 (patch)
tree683fb3bcfa6d7b1f68fab3bdde55959a7aa6ec96 /Cargo.toml
parentaa52d8dad9905927503e1eddc615ebd4cf4eade1 (diff)
Remove unused dependency: tracing
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 34bfdce..a694582 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,6 @@ edition = "2018"
[dependencies]
log = "0.4"
-tracing = "0.1"
toml = "0.5"
serde = "1"
serde_json = "1"