From ae245357b65e55439abdb9f766efd6244569a562 Mon Sep 17 00:00:00 2001 From: Pia Date: Thu, 10 Oct 2024 09:57:58 +0900 Subject: [PATCH] keyword --- crates/eth-trie-proofs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/eth-trie-proofs/Cargo.toml b/crates/eth-trie-proofs/Cargo.toml index 4232b39..14033d5 100644 --- a/crates/eth-trie-proofs/Cargo.toml +++ b/crates/eth-trie-proofs/Cargo.toml @@ -7,7 +7,7 @@ readme = "README.md" license-file = "../../LICENSE" repository = "https://github.com/HerodotusDev/eth-trie-proofs" keywords = ["mpt", "trie", "ethereum"] -categories = ["cryptography", "data-structures", "blockchain"] +categories = ["cryptography", "data-structures"] exclude = [".github"] [dependencies]