some clippy cargo fixes

This commit is contained in:
Stephan Dilly 2020-05-22 12:24:13 +02:00
parent 79f86a1a96
commit 3b4a5b14d3
2 changed files with 2 additions and 0 deletions

View file

@ -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 }

View file

@ -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"