[package] name = "gnit" version = "0.1.0" authors = ["Maarten Vos "] description = "A set of nifty commands to extend git" repository = "https://gitlab.com/inferiormartin/gnit" readme = "README.md" keywords = ["git"] categories = ["command-line-interface", "development-tools"] license = "MIT" [dependencies] structopt = "0.2.13" git2 = "0.7.5" failure = "0.1.3" read_input = "0.6.2"