tokio-xmpp 0.1.2
This commit is contained in:
parent
bacd867385
commit
0d93bb566f
1 changed files with 4 additions and 2 deletions
|
|
@ -1,12 +1,14 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tokio-xmpp"
|
name = "tokio-xmpp"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
authors = ["Astro <astro@spaceboyz.net>"]
|
authors = ["Astro <astro@spaceboyz.net>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", "pep <pep+code@bouah.net>"]
|
||||||
description = "Asynchronous XMPP for Rust with tokio"
|
description = "Asynchronous XMPP for Rust with tokio"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
homepage = "https://github.com/astro/tokio-xmpp"
|
homepage = "https://github.com/astro/tokio-xmpp"
|
||||||
repository = "https://github.com/astro/tokio-xmpp"
|
repository = "https://github.com/astro/tokio-xmpp"
|
||||||
documentation = "https://docs.rs/tokio-xmpp"
|
documentation = "https://docs.rs/tokio-xmpp"
|
||||||
|
categories = ["asynchronous", "network-programming"]
|
||||||
|
keywords = ["xmpp", "tokio"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue