tracegit 0.2.1

A CLI tool to trace the last commit where a script was working fine
[[bin]]
name = "tracegit"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.75"

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

[dependencies.env_logger]
version = "0.10.0"

[dependencies.git2]
version = "0.18.1"

[dependencies.log]
version = "0.4.20"

[package]
authors = ["Abdallah Ahmed <sirajjunior@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A CLI tool to trace the last commit where a script was working fine"
edition = "2024"
keywords = ["git", "cli", "debugging", "trace"]
license = "MIT OR Apache-2.0"
name = "tracegit"
readme = "README.md"
repository = "https://github.com/sirajjunior540/tracegit.git"
version = "0.2.1"