From bb9887cee6c5f0a475cab9ef751cbe2703ab35fa Mon Sep 17 00:00:00 2001 From: Anton Suprunchuk Date: Mon, 27 Sep 2021 12:31:38 +0300 Subject: [PATCH] fix: keyword in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7731dfb..9455b53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0/MIT" repository = "https://github.com/antouhou/rs-merkle" documentation = "https://docs.rs/rs_merkle/" readme = "README.md" -keywords = ["merkle", "merkle tree", "merkle proof", "hash tree", "multiproof", "multi proof", "bitcoin", "ethereum", "solidity", 'git'] +keywords = ["merkle", "tree", "proof", "hash", "multiproof", "multi-proof", "bitcoin", "ethereum", "solidity", 'git'] categories = ["concurrency"] exclude = ["/ci/*", "/scripts/*", "/.github/*", "/bors.toml"]