From 3b4a5b14d39aa3dc363ce18da9520a4fd6aaef97 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 22 May 2020 12:24:13 +0200 Subject: [PATCH] some clippy cargo fixes --- asyncgit/Cargo.toml | 1 + scopetime/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index c4cc637d..01f9bdbf 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -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 } diff --git a/scopetime/Cargo.toml b/scopetime/Cargo.toml index ddee4a58..d98e4acf 100644 --- a/scopetime/Cargo.toml +++ b/scopetime/Cargo.toml @@ -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"