From 100a0475306ac6379c5ddb798995366c02dd8366 Mon Sep 17 00:00:00 2001 From: Pia Date: Mon, 16 Sep 2024 16:24:32 +0900 Subject: [PATCH] chore: publish --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 970b9cf..f4f1ff3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,11 +5,7 @@ readme = "README.md" license-file = "LICENSE" repository = "https://github.com/rkdud007/alloy-merkle-tree" keywords = ["merkle", "tree", "merkle-tree"] -categories = [ - "cryptography", - "data-structures", - "cryptography::cryptocurrencies ", -] +categories = ["cryptography", "data-structures", "cryptocurrencies"] exclude = [".github"] version = "0.7.0" edition = "2021"