Removed protocol keyword (preventing publish).

This commit is contained in:
Aaron Weiss 2018-10-03 12:54:13 -04:00
parent 0f6f72d4c7
commit df17992f6d
No known key found for this signature in database
GPG key ID: 047D32DF25DC22EF

View file

@ -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"