mirror of
https://github.com/gitui-org/gitui
synced 2026-05-22 16:38:28 +00:00
cleanup unused deps
This commit is contained in:
parent
3ff5b51fe9
commit
f29178d1b3
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -554,7 +554,6 @@ name = "filetreelist"
|
|||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"pretty_assertions",
|
||||
"scopetime",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ categories = ["command-line-utilities"]
|
|||
keywords = ["gui", "cli", "terminal", "ui", "tui"]
|
||||
|
||||
[dependencies]
|
||||
scopetime = { path = "../scopetime", version = "0.1" }
|
||||
thiserror = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Reference in a new issue