summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-09 15:54:22 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-09 15:54:22 +0100
commite225befa36513c47cdb218e22f88892a83bff8e2 (patch)
tree21ba0a5a1099460454dce1a8bb4111f893dc3f00 /Cargo.toml
parent7ed8527bb5ad350e03fd80ae4c7412435379456c (diff)
Add more trace output
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2abe366..270b1de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,6 +39,7 @@ atty = "0.2"
csv = "1.1"
chrono = "0.4"
git2 = "0.13"
+result-inspect = "0.1"
url = { version = "2", features = ["serde"] }
tokio = { version = "0.2", features = ["full"] }