Edited the crate description and keywords a bit.
This commit is contained in:
parent
02509a9df5
commit
1f2a67f2d3
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue