summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre-henri.symoneaux@nokia.com>2017-05-29 22:37:52 +0200
committerPierre-Henri Symoneaux <pierre-henri.symoneaux@nokia.com>2017-05-29 22:46:19 +0200
commit3356ea2da7471ff29241d679aa3147c9d42fd175 (patch)
treefa1d7cc0d0e2c59cb481f1b21769c5630bc6cd69 /Cargo.toml
parent43fe7364cb7ac6898cb2262bacc78db04f3b7108 (diff)
Added category "command-line-interface" to Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7c82e0e..176b268 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@ documentation = "http://phsym.github.io/prettytable-rs"
readme = "README.md"
authors = [ "Pierre-Henri Symoneaux" ]
keywords = ["tab", "table", "format", "pretty", "print"]
+categories = ["command-line-interface"]
license = "BSD-3-Clause"
[features]