summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-05-13 22:43:11 -0600
committerGitHub <noreply@github.com>2019-05-13 22:43:11 -0600
commit90d6e6cf0b22520a5177e8e842acbb142482e4eb (patch)
tree710276850e7632a6b22237775b69422fdc320f01 /Cargo.toml
parentc95bb6057178748cf235c566ea00320cf392cbfa (diff)
Implement the git status module (#45)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 016c1f3f2..9ddf19f11 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"