Added categories to Cargo.toml.
This commit is contained in:
parent
7712a5536b
commit
c6028b2e0e
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue