[package] name = "gitostat" version = "0.3.1" authors = ["Arthur Skobara "] description = "Tool for obtaining different kind of information from your git repository" repository = "https://github.com/askobara/gitostat" license = "MIT" readme = "README.md" [dependencies] git2 = "^0.3" chrono = "^0.2" docopt = "^0.6" rustc-serialize = "^0.3" regex = "^0.1" regex_macros = "^0.1" prettytable-rs = "0.5.0"