Skip to content

Commit 3b4a5b1

Browse files
author
Stephan Dilly
committed
some clippy cargo fixes
1 parent 79f86a1 commit 3b4a5b1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

asyncgit/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repository = "https://github.com/extrawurst/gitui"
99
readme = "README.md"
1010
license = "MIT"
1111
categories = ["concurrency","asynchronous"]
12+
keywords = ["git"]
1213

1314
[dependencies]
1415
git2 = { version = "0.13.5", default-features = false }

scopetime/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repository = "https://github.com/extrawurst/gitui"
99
license = "MIT"
1010
readme = "README.md"
1111
categories = ["development-tools::profiling"]
12+
keywords = ["profiling","logging"]
1213

1314
[dependencies]
1415
log = "0.4"

0 commit comments

Comments
 (0)