From 8c13125541e762206e2dc57b8bfde89c7f6ce8e3 Mon Sep 17 00:00:00 2001 From: Vlad Semenov Date: Wed, 14 Aug 2024 19:07:53 +0300 Subject: [PATCH] change crate category to match one from crates.io/category_slugs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a0ed1c..2dd0f16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = [ "IOTA Stiftung" ] edition = "2021" readme = "README.md" keywords = [ "iota", "cryptography", "security" ] -categories = [ "security" ] +categories = [ "cryptography" ] description = "The canonical source of cryptographic ground-truth for all IOTA Rust projects" homepage = "https://iota.org" repository = "https://github.com/iotaledger/crypto.rs"