[package] name = "gobbledygit" version = "0.1.0" authors = ["Vijay Kiran "] edition = "2018" description = "A tool to print the git repository status" license = "Unlicense OR MIT" homepage = "https://github.com/vijaykiran/gobbledygit" repository = "https://github.com/vijaykiran/gobbledygit" readme = "README.md" [dependencies] git2 = "0.10.1" itertools = "0.8.0"