summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-10-26 11:48:00 -0400
committerDan Davison <dandavison7@gmail.com>2021-10-26 12:04:29 -0400
commit8886648374e59cb27ff6dfd240a7b7207a617bfd (patch)
tree292e850787bc2b0232054eee7d9219334011219f /Cargo.toml
parentde8eebeab7b9f2c81bec94dd4a49f04899821090 (diff)
Revert "Revert git blame handling (#746)"
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ef4b5e5b..c90e1f5e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,8 @@ name = "delta"
path = "src/main.rs"
[dependencies]
+chrono = "0.4.19"
+chrono-humanize = "0.2.1"
ansi_colours = "1.0.4"
ansi_term = "0.12.1"
atty = "0.2.14"