summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-08-21 23:08:50 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-08-21 23:08:50 +0200
commitc8a40229dabee642d598a9a8f852e33e6a183780 (patch)
tree34394dfae6f5ade0f57ea0b1fa114a7448f6da5c /Cargo.toml
parentf3c7ede6af566839918cb884cde5572049962f7f (diff)
Wrote example hook for prepending branch name to file
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 0d70e26..b81c43d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,4 @@ version = "0.1.0"
authors = ["Justin Worthe <justin@worthe-it.co.za>"]
[dependencies]
+git2 = "0.6" \ No newline at end of file