hunktool 0.4.1

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

[[bin]]
name = "hunk"
path = "src/main.rs"

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

[dependencies]
console = "0.15.7"
simple-error = "0.3.0"