git-hook-installer 2.0.0

Install basic premade git hooks into the current repository.
[[bin]]
name = "git-hook-installer"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.86"

[dependencies.clap]
features = ["derive"]
version = "4.5.28"

[dependencies.dialoguer]
version = "0.11.0"

[dependencies.time]
features = ["formatting"]
version = "0.3.37"

[dev-dependencies.tempfile]
version = "3.10.1"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Install basic premade git hooks into the current repository."
documentation = "https://docs.rs/git-hook-installer"
edition = "2021"
homepage = "https://github.com/pRizz/git-hook-installer"
keywords = ["git", "hooks", "cli", "pre-commit"]
license = "MIT"
name = "git-hook-installer"
readme = "README.md"
repository = "https://github.com/pRizz/git-hook-installer"
version = "2.0.0"