Skip to content

Commit

Permalink
Update package keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Khojasteh committed Feb 12, 2024
1 parent 7ae991d commit 890a8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "uf_rush"
authors = ["Kambiz Khojasteh"]
description = "A lock-free, thread-safe implementation of the Union-Find (Disjoint-Set) data structure."
keywords = ["union-find", "disjoint-sets", "data-structure", "concurrency", "parallel-computing", "lock-free", "thread-safe", "algorithm"]
keywords = ["union-find", "disjoint-sets", "lock-free", "thread-safe"]
categories = ["data-structures", "algorithms", "concurrency"]
version = "0.2.0"
edition = "2021"
Expand Down

0 comments on commit 890a8ce

Please sign in to comment.