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"