Removed protocol keyword (preventing publish).
This commit is contained in:
parent
0f6f72d4c7
commit
df17992f6d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version = "0.13.6"
|
||||||
description = "the irc crate – usable, async IRC for Rust "
|
description = "the irc crate – usable, async IRC for Rust "
|
||||||
authors = ["Aaron Weiss <awe@pdgn.co>"]
|
authors = ["Aaron Weiss <awe@pdgn.co>"]
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
keywords = ["irc", "client", "thread-safe", "async", "tokio", "protocol"]
|
keywords = ["irc", "client", "thread-safe", "async", "tokio"]
|
||||||
categories = ["asynchronous", "network-programming"]
|
categories = ["asynchronous", "network-programming"]
|
||||||
documentation = "https://docs.rs/irc/"
|
documentation = "https://docs.rs/irc/"
|
||||||
repository = "https://github.com/aatxe/irc"
|
repository = "https://github.com/aatxe/irc"
|
||||||
|
|
Loading…
Reference in a new issue