From 09a9b66dfc6c488cee3150ec4dfcc7a72310724c Mon Sep 17 00:00:00 2001 From: delcin-raj Date: Wed, 18 Dec 2024 17:59:31 +0530 Subject: [PATCH] no space keywords --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb0cea9..07c58fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" description = "A blockchain-agnostic coin selection library built in Rust." readme = "README.md" documentation = "https://docs.rs/rust-coinselect" -keywords = ["UTXO", "coinselection", "subsetsum algorithms", "bitcoin", "blockchain"] +keywords = ["UTXO", "coinselection", "subsetsum", "bitcoin", "blockchain"] license = "MIT" repository = "https://github.com/Bitshala-Incubator/rust-coinselect"