tokio-xmpp 0.1.1
This commit is contained in:
parent
4e18383806
commit
7baced0c3f
1 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue