hunktool 0.4.1

A tool for finding strings in git patches/history
[[bin]]
name = "hunk"
path = "src/main.rs"
[dependencies.console]
version = "0.15.7"

[dependencies.simple-error]
version = "0.3.0"

[package]
categories = ["command-line-utilities", "development-tools"]
description = "A tool for finding strings in git patches/history"
edition = "2021"
homepage = "https://github.com/TheBicPen/hunk"
keywords = ["version-control", "git"]
license = "MPL-2.0"
name = "hunktool"
readme = "README.md"
repository = "https://github.com/TheBicPen/hunk.git"
version = "0.4.1"