diff --git a/Cargo.toml b/Cargo.toml index 742e8b4..970b9cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,11 @@ readme = "README.md" license-file = "LICENSE" repository = "https://github.com/rkdud007/alloy-merkle-tree" keywords = ["merkle", "tree", "merkle-tree"] -categories = ["cryptography", "data-structures", "blockchain"] +categories = [ + "cryptography", + "data-structures", + "cryptography::cryptocurrencies ", +] exclude = [".github"] version = "0.7.0" edition = "2021"