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"