summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-08-20 21:07:07 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-08-20 21:14:57 +0200
commit35cedc888379d0279b1c725388c25d02f4ecb691 (patch)
tree183541db26a06ab2fc5f3436592f46de4d7a1666 /Cargo.toml
parent44ac404d6a1f537ba3da27f9cc8f3908396d931f (diff)
Initial commit, added some main files for hooks
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..0d70e26
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "rust_git_hooks"
+version = "0.1.0"
+authors = ["Justin Worthe <justin@worthe-it.co.za>"]
+
+[dependencies]