summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-12-31 18:17:15 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-01-06 22:53:51 +0100
commitebb97e94a9f3936e7db23c211f9dba779b0daa89 (patch)
tree19a4bdbf56bd5ed128a6adfaf4772e91fced8c21 /Cargo.toml
parent5e1f9fadf4d9a45c39e41ebc0deb567fbc0427fd (diff)
Add --diagnostic option to bat
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 212db77a..9538f515 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,6 +51,7 @@ serde_yaml = "0.8"
semver = "0.11"
path_abs = { version = "0.5", default-features = false }
clircle = "0.2.0"
+bugreport = "0.1"
[dependencies.git2]
version = "0.13"