Skip to content

Commit

Permalink
fix Cargo.toml keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
fereidani committed Jul 13, 2022
1 parent 5c1ec43 commit 9c75c3c
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 @@ -5,7 +5,7 @@ edition = "2021"
authors = ["Khashayar Fereidani"]
description = "Fastest sync and async channel that Rust deserves"
repository = "https://github.com/fereidani/kanal"
keywords = ["channel", "mpsc", "mpmc", "fifo", "thread", "csp", "async"]
keywords = ["channel", "mpsc", "mpmc", "csp", "async"]
categories = ["concurrency", "data-structures"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 9c75c3c

Please sign in to comment.