tokio-xmpp 0.1.1

Astro created

Change summary

Cargo.toml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

Detailed changes

Cargo.toml 🔗

@@ -1,7 +1,12 @@
 [package]
 name = "tokio-xmpp"
-version = "0.1.0"
+version = "0.1.1"
 authors = ["Astro <astro@spaceboyz.net>"]
+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"