gitnu 0.6.3

gitnu indexes your git status so you can use numbers instead of filenames.
Documentation
[package]
name = "gitnu"
version = "0.6.3"
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"
autotests = false
edition = "2021"

[dependencies]
atty = "0.2.14"

[dev-dependencies]
criterion = "0.4"

[[bin]]
bench = false
test = false
path = "core/main.rs"
name = "git-nu"

[lib]
path = "core/lib.rs"
doctest = false

[[bench]]
name = "bench"
path = "bench/main.rs"
harness = false