vrgit 0.1.0

An EXPERIMENTAL tui for git
[[bin]]
name = "vrgit"
path = "src/main.rs"
[dependencies.bitflags]
version = "1.2.1"

[dependencies.itertools]
version = "0.9.0"

[dependencies.pancurses]
features = ["win32"]
version = "0.17.0"

[package]
authors = ["Vincent Udén <vincentuden@gmail.com>"]
description = "An EXPERIMENTAL tui for git"
edition = "2018"
license = "MIT"
name = "vrgit"
readme = "README.md"
version = "0.1.0"
[target."cfg(target_os = \"linux\")".dependencies.ncurses]
version = "5.101.0"