From 8615aee9ac9f733a74be64c5e690ec16a8599c5c Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Fri, 20 Jan 2017 11:16:49 -0500 Subject: [PATCH] Add categories to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 112964d8b35..1435a095d54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ homepage = "https://clap.rs/" readme = "README.md" license = "MIT" keywords = ["argument", "command", "arg", "parser", "parse"] +categories = ["command-line-interface"] description = """ A simple to use, efficient, and full featured Command Line Argument Parser """