verco 6.1.1

A simple Git/Mercurial/PlasticSCM tui client based on keyboard shortcuts
[[bin]]
name = "verco"
path = "src/main.rs"

[package]
authors = ["Matheus Lessa"]
categories = ["command-line-utilities"]
description = "A simple Git/Mercurial/PlasticSCM tui client based on keyboard shortcuts"
documentation = "https://github.com/vamolessa/verco"
edition = "2018"
exclude = ["images/*"]
homepage = "https://vamolessa.github.com/verco"
keywords = ["version-control", "git", "hg", "mercurial", "plastic"]
license = "GPL-3.0"
name = "verco"
readme = "README.md"
repository = "https://github.com/vamolessa/verco"
resolver = "2"
version = "6.1.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["winbase", "winuser", "consoleapi", "processenv", "handleapi"]
version = "0.3"