git-mit-relates-to 5.12.122

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

[dependencies]
thiserror = "1.0.38"
miette = { version = "5.5.0", features = [ "fancy" ] }
clap_complete = "4.1.0"
clap = { version = "4.1.1", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
git2 = "0.16.0"
openssl = { version = "0.10.45", optional = true }


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

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

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

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