Edited the crate description and keywords a bit.

This commit is contained in:
Aaron Weiss 2018-02-14 15:03:12 +01:00
parent 02509a9df5
commit 1f2a67f2d3
No known key found for this signature in database
GPG key ID: 047D32DF25DC22EF

View file

@ -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 <awe@pdgn.co>"]
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"