From 71deb495363958dba4318134085652d5fd970dd6 Mon Sep 17 00:00:00 2001 From: Manuthor Date: Tue, 9 Jul 2024 07:55:12 +0200 Subject: [PATCH] fix(cargo): remove security invalid category slug --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aec09fe..bee6132 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = [ "Théophile BRÉZOT ", "Emmanuel COSTE ", ] -categories = ["cryptography", "security"] +categories = ["cryptography"] edition = "2021" keywords = ["cosmian", "crypto"] license-file = "LICENSE.md"