From 62d93a10255a1311f1b5dba86dbd825920a5e3d2 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 25 Mar 2020 20:45:25 +0100 Subject: [PATCH] keywords --- Cargo.toml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6e239f4f..14975a35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,11 +4,23 @@ version = "0.1.1" authors = ["Stephan Dilly "] description = "blazing fast terminal-ui for git" edition = "2018" +exclude = ["assets/*"] homepage = "https://gitui.org" readme = "README.md" license = "MIT" categories = ["command-line-utilities"] -exclude = ["assets/*"] +keywords = [ + "git", + "gui", + "cli", + "terminal", + "ui", + "text", + "linux", + "windows", + "macos", + "binary", +] [dependencies] crossterm = "0.15"