ger 0.2.0

Gerrit command line client
[package]
name = "ger"
version = "0.2.0"
authors = ["Felix Milea-Ciobanu <felixmilea@gmail.com>"]
description = "Gerrit command line client"
license = "MIT"

[dependencies]
serde_json = "0.9"
regex = "0.2"
ansi_term = "0.9.0"
term = "0.4.5"
prettytable-rs = "^0.6"

[[bin]]
name = "ger"
path = "src/main.rs"