From 5cefb42e9029df3218f0addde8f32b8540c1352c Mon Sep 17 00:00:00 2001 From: beeinger Date: Fri, 16 Aug 2024 11:10:23 +0200 Subject: [PATCH] crates.io refuses blockchain keyword --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f74aca..3515db9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/HerodotusDev/rust-accumulators" documentation = "https://github.com/HerodotusDev/rust-accumulators/blob/main/README.md" readme = "README.md" keywords = ["accumulators", "mmr", "merkle", "tree", "incremental"] -categories = ["cryptography", "data-structures", "database", "blockchain"] +categories = ["cryptography", "data-structures", "database"] exclude = [".github", ".vscode"] [dependencies]