mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +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"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
categories = ["concurrency","asynchronous"]
|
categories = ["concurrency","asynchronous"]
|
||||||
|
keywords = ["git"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
git2 = { version = "0.13.5", default-features = false }
|
git2 = { version = "0.13.5", default-features = false }
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ repository = "https://github.com/extrawurst/gitui"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
categories = ["development-tools::profiling"]
|
categories = ["development-tools::profiling"]
|
||||||
|
keywords = ["profiling","logging"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue