git-wait 0.4.0

A simple wrapper utility around git that waits until index.lock file is no longer present running the command.
[[bin]]
name = "git-wait"
path = "src/main.rs"

[dependencies.errno]
version = "0.3.10"

[dependencies.libc]
version = "0.2.166"

[dependencies.notify]
version = "7.0.0"

[dev-dependencies.lazy_static]
version = "1.5.0"

[package]
authors = ["Darshan Parajuli <parajulidarshan@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "A simple wrapper utility around git that waits until index.lock file is no longer present running the command."
edition = "2021"
keywords = ["git"]
license = "MIT"
name = "git-wait"
readme = "README.md"
repository = "https://github.com/darshanparajuli/git-wait"
version = "0.4.0"