diff --git a/Cargo.toml b/Cargo.toml index 52948c0..eec605a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "irc" version = "0.13.3" -description = "A simple, thread-safe, and async-friendly library for IRC clients." +description = "the irc crate – usable, async IRC for Rust " authors = ["Aaron Weiss "] license = "MPL-2.0" -keywords = ["irc", "client", "thread-safe", "async", "tokio"] +keywords = ["irc", "client", "thread-safe", "async", "tokio", "protocol"] categories = ["asynchronous", "network-programming"] documentation = "https://docs.rs/irc/" repository = "https://github.com/aatxe/irc"