diff --git a/Cargo.toml b/Cargo.toml index 4d16028a..02a706d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,14 @@ [package] name = "tokio-xmpp" -version = "0.1.1" -authors = ["Astro "] +version = "0.1.2" +authors = ["Astro ", "Emmanuel Gil Peyrot ", "pep "] description = "Asynchronous XMPP for Rust with tokio" license = "MPL-2.0" homepage = "https://github.com/astro/tokio-xmpp" repository = "https://github.com/astro/tokio-xmpp" documentation = "https://docs.rs/tokio-xmpp" +categories = ["asynchronous", "network-programming"] +keywords = ["xmpp", "tokio"] [dependencies] futures = "0.1"