summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-05 09:56:20 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-05 11:37:34 +0100
commit97688db975b8a7915997929c46f9c4f6d7b0c0ee (patch)
tree20d7af3b51e1b83db06aa1432ca95a8f7c2947f6 /Cargo.toml
parent8e177f9a5937d74a5ae69b12d824465bc01d0e02 (diff)
Add helper function to find git commit
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 f46c28f..c268992 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,6 +37,7 @@ terminal_size = "0.1"
atty = "0.2"
csv = "1.1"
chrono = "0.4"
+git2 = "0.13"
url = { version = "2", features = ["serde"] }
tokio = { version = "0.2", features = ["full"] }