Added categories to Cargo.toml.

This commit is contained in:
Aaron Weiss 2017-06-26 17:10:39 -07:00
parent 7712a5536b
commit c6028b2e0e
No known key found for this signature in database
GPG key ID: 0237035D9BF03AE2

View file

@ -5,6 +5,7 @@ description = "A simple, thread-safe, and async-friendly IRC client library."
authors = ["Aaron Weiss <awe@pdgn.co>"]
license = "MPL-2.0"
keywords = ["irc", "client", "thread-safe", "async", "tokio"]
categories = ["asynchronous", "network-programming"]
documentation = "https://docs.rs/irc/"
repository = "https://github.com/aatxe/irc"
readme = "README.md"