From 06f8c416e2b3c4e8b48fc39ad6ae9c83889f444f Mon Sep 17 00:00:00 2001 From: Abolfazl Behroozi Date: Sun, 2 Nov 2025 14:22:32 +0330 Subject: [PATCH] doc(bip44): Add some keywords --- crates/bip44/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bip44/Cargo.toml b/crates/bip44/Cargo.toml index b39701e..f2142d7 100644 --- a/crates/bip44/Cargo.toml +++ b/crates/bip44/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/khodpay/rust-wallet" documentation = "https://docs.rs/khodpay-bip44" homepage = "https://github.com/khodpay/rust-wallet" readme = "README.md" -keywords = ["bitcoin", "cryptocurrency", "bip44", "bip49", "bip84", "bip86", "wallet", "hierarchical"] +keywords = ["hdwallet", "bip44", "bip49", "bip84", "bip86"] categories = ["cryptography", "no-std"] [dependencies]