From a8e4397ba136e7c68411ea0cb297963df7d7c767 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 3 Jul 2023 01:41:21 +0100 Subject: [PATCH] build(cargo): add `keywords` & `categories` --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 949d14a..cfb3e96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,8 @@ description = "A git sub-command to view your git repository on GitHub" license = "MIT" readme = "README.md" repository = "https://github.com/sgoudham/git-view" +keywords = ["git", "github", "cli", "browser"] +categories = ["command-line-utilities"] include = [ "/src", "/README.md", "/LICENSE" ] [[bin]]