From 1f2a67f2d3868fc3bdf5822e11d79df56f532e24 Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Wed, 14 Feb 2018 15:03:12 +0100 Subject: [PATCH] Edited the crate description and keywords a bit. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"