1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-07-03 11:50:35 +02:00

tokio-xmpp 0.1.1

This commit is contained in:
Astro 2018-08-01 00:28:24 +02:00
parent 4e18383806
commit 7baced0c3f

View File

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