1
0
mirror of https://github.com/shimunn/gitredditor.git synced 2023-11-17 18:42:43 +01:00

implemented thresholds

This commit is contained in:
shimunn
2019-05-08 12:00:44 +02:00
parent 5ead8f310d
commit a46aaff8b0
6 changed files with 49 additions and 14 deletions

View File

@@ -11,3 +11,4 @@ structopt = "0.2.15"
serde = "1.0.90"
serde_derive = "1.0.90"
git2 = "0.8.0"
either = "1.5.2"