aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2018-12-11 19:13:53 -0800
committerDaniel Mueller <deso@posteo.net>2018-12-11 19:13:53 -0800
commite875de8f2bac3e615154c741fea9837ac672d98a (patch)
treeb353695ba7880e8ad36a1b94e2e67f3789ca577f /nitrocli/Cargo.toml
parent056e0b6870d646dc6221bea9e47f5afea98647fa (diff)
downloadnitrocli-e875de8f2bac3e615154c741fea9837ac672d98a.tar.gz
nitrocli-e875de8f2bac3e615154c741fea9837ac672d98a.tar.bz2
Add Cargo.toml categories
For a while now Cargo has supported the specification of categories in the Cargo.toml file and crates.io will actually honor those categories and show case the crate in them. With this change we specify the four categories this crate is believed to fit in the best: 'command-line-utilities', 'authentication', 'cryptography', and 'hardware-support'.
Diffstat (limited to 'nitrocli/Cargo.toml')
-rw-r--r--nitrocli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml
index 1d27ee5..6335756 100644
--- a/nitrocli/Cargo.toml
+++ b/nitrocli/Cargo.toml
@@ -26,6 +26,7 @@ license = "GPL-3.0+"
homepage = "https://github.com/d-e-s-o/nitrocli"
repository = "https://github.com/d-e-s-o/nitrocli.git"
readme = "README.md"
+categories = ["command-line-utilities", "authentication", "cryptography", "hardware-support"]
keywords = ["hid", "nitrokey", "nitrokey-storage", "usb", "cli"]
description = """
A command line tool for interacting with the Nitrokey Storage device.