From e70143fdb71a99ad160d0bec33d47b4248c0f2ec Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Fri, 4 Jan 2019 16:42:13 -0800 Subject: Add 'nitrokey-pro' keyword to Cargo.toml For a while now the program has supported the Nitrokey Pro device in addition to the Nitrokey Storage. To reflect this change, this patch adjusts the keywords in Cargo.toml to include 'nitrokey-pro' as well. In order to not exceed the crates.io imposed limit, it removes the 'hid' keyword. --- nitrocli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index 1fd4f3d..f4002f4 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -27,7 +27,7 @@ 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"] +keywords = ["nitrokey", "nitrokey-storage", "nitrokey-pro", "cli", "usb"] description = """ A command line tool for interacting with the Nitrokey Storage device. """ -- cgit v1.2.1