Implement the git status module (#45)

This commit is contained in:
Matan Kushner
2019-05-13 22:43:11 -06:00
committed by GitHub
parent c95bb60571
commit 90d6e6cf0b
10 changed files with 436 additions and 156 deletions
+2
View File
@@ -12,6 +12,8 @@ git2 = "0.8.0"
toml = "0.5.0"
serde_json = "1.0.39"
rayon = "1.0.3"
pretty_env_logger = "0.3.0"
log = "0.4.6"
[dev-dependencies]
tempfile = "3.0.7"