From c83f57c275f0eb709fe8baa265ed9232632ef8a5 Mon Sep 17 00:00:00 2001 From: Pia Date: Mon, 16 Sep 2024 16:25:59 +0900 Subject: [PATCH] chore: publish --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4f1ff3..651cd38 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", "cryptocurrencies"] +categories = [ + "cryptography", + "data-structures", + "cryptography::cryptocurrencies", +] exclude = [".github"] version = "0.7.0" edition = "2021"