From 915d87fb67d9956cb973d7e3edce7810c4ba70f1 Mon Sep 17 00:00:00 2001 From: Petre Eftime Date: Thu, 24 Feb 2022 19:23:57 +0000 Subject: [PATCH] fix keywords Signed-off-by: Petre Eftime --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95bed74..f09e42b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["The AWS Nitro Enclaves Team "] edition = "2018" license = "Apache-2.0" description = "This library provides the API for the Nitro Secure Module used in AWS Nitro Enclaves." -keywords = ["Nitro Enclaves", "AWS", "Nitro Secure Module"] +keywords = ["Nitro", "Enclaves", "AWS"] categories = ["hardware-support"] repository = "https://github.com/aws/aws-nitro-enclaves-nsm-api"