mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
some clippy cargo fixes
This commit is contained in:
parent
79f86a1a96
commit
3b4a5b14d3
2 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ repository = "https://github.com/extrawurst/gitui"
|
|||
readme = "README.md"
|
||||
license = "MIT"
|
||||
categories = ["concurrency","asynchronous"]
|
||||
keywords = ["git"]
|
||||
|
||||
[dependencies]
|
||||
git2 = { version = "0.13.5", default-features = false }
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ repository = "https://github.com/extrawurst/gitui"
|
|||
license = "MIT"
|
||||
readme = "README.md"
|
||||
categories = ["development-tools::profiling"]
|
||||
keywords = ["profiling","logging"]
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue