From 35cedc888379d0279b1c725388c25d02f4ecb691 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sun, 20 Aug 2017 21:07:07 +0200 Subject: Initial commit, added some main files for hooks --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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 "] + +[dependencies] -- cgit v1.2.3