git-mit-install 5.12.132

Install git-mit into a repository
[package]
name = "git-mit-install"
version = "5.12.132"
authors = [ "Billie Thompson <billie+git-mit-install@billiecodes.com>" ]
edition = "2018"
license = "CC0-1.0"
description = "Install git-mit into a repository"
categories = [ "development-tools", "command-line-utilities" ]
keywords = [ "git", "git-hooks" ]
readme = "../README.md"
repository = "https://github.com/PurpleBooth/git-mit"

[dependencies]
which = "4.4.0"
thiserror = "1.0.38"
miette = { version = "5.5.0", features = [ "fancy" ] }
clap_complete = "4.1.1"
clap = { version = "4.1.4", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }


git2 = "0.16.1"
openssl = { version = "0.10.45", optional = true }

indoc = "2.0.0"

  [dependencies.mit-commit-message-lints]
  path = "../mit-commit-message-lints"
  version = "5.12.132"

[dev-dependencies]
quickcheck = "1.0.3"
quickcheck_macros = "1.0.0"
tempfile = "3.3.0"

  [dev-dependencies.mit-hook-test-helper]
  path = "../mit-hook-test-helper"
  version = "5.12.132"

[features]
default = []
vendored-openssl = ["openssl/vendored"]