[package]
name = "gitnu"
version = "0.1.6"
authors = ["Nguyen Vu Khang <brew4k@gmail.com>"]
description = """
gitnu indexes your git status so you can use numbers instead of filenames.
"""
homepage = "https://github.com/nguyenvukhang/gitnu"
repository = "https://github.com/nguyenvukhang/gitnu"
documentation = "https://github.com/nguyenvukhang/gitnu"
keywords = ["git"]
categories = ["command-line-utilities"]
license = "MIT"
edition = "2021"
[[bin]]
name = "gitnu"
test = false
[lib]
doctest = false
[dependencies]
git2 = "0.15.0"