cleanup unused dep

This commit is contained in:
Stephan Dilly 2020-03-20 02:17:56 +01:00
parent cd5afb77d5
commit 44bb85091f
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -143,7 +143,6 @@ dependencies = [
"git2",
"itertools 0.9.0",
"tui",
"unicode-width",
]
[[package]]

View File

@ -11,5 +11,4 @@ edition = "2018"
git2 = "0.10"
crossterm = "0.15"
itertools = "0.9"
unicode-width = "0.1"
tui = { version = "0.8", default-features = false, features = ['crossterm'] }