diff --git a/Cargo.toml b/Cargo.toml index 28414a0..d2af667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"