gitaware 1.0.1

Git Aware is a command line tool that aims to make it easier to detect any dirty working copy in projects that uses Git
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "gitaware"
version = "1.0.1"
edition = "2021"
authors = ["Paul Rosset <paulrosset96@gmail.com>"]
license = "MIT"
description = "Git Aware is a command line tool that aims to make it easier to detect any dirty working copy in projects that uses Git"
readme = "README.md"
homepage = "https://github.com/PaulRosset/git-aware"
repository = "https://github.com/PaulRosset/git-aware"
keywords = ["cli", "git", "git-status", "status", "detection"]
categories = ["command-line-utilities"]

[dependencies]
git2 = "0.15.0"
ignore = "0.4.18"