Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Ollivier committed Dec 11, 2020
2 parents a8ceb4f + f390fc8 commit 770480b
Show file tree
Hide file tree
Showing 3 changed files with 689 additions and 3 deletions.
15 changes: 13 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
[package]
name = "git-hooks"
version = "0.1.0"
name = "git-hooks-manager"
version = "0.2.0"
authors = ["Paul Ollivier <[email protected]>"]
edition = "2018"
description = "An attempt to make sharing git hooks among team members easier"
readme = "README.adoc"
repository = "https://github.com/paulollivier/git-hooks"
license = "GPL-3.0-or-later"
license-file = "LICENSE.md"
categories = ["command-line-utilities", "development-tools"]
keywords = ["git", "teamwork"]

[[bin]]
name = "git-hooks"
path = "src/main.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
Loading

0 comments on commit 770480b

Please sign in to comment.