From 7baced0c3f28037ba19820803086e0c0a41081ec Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 1 Aug 2018 00:28:24 +0200 Subject: [PATCH] tokio-xmpp 0.1.1 --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54cb22d3..2faf4fb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "tokio-xmpp" -version = "0.1.0" +version = "0.1.1" authors = ["Astro "] +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" [dependencies] futures = "0.1"