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]
|
||||
name = "tokio-xmpp"
|
||||
version = "0.1.1"
|
||||
authors = ["Astro <astro@spaceboyz.net>"]
|
||||
version = "0.1.2"
|
||||
authors = ["Astro <astro@spaceboyz.net>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", "pep <pep+code@bouah.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"
|
||||
categories = ["asynchronous", "network-programming"]
|
||||
keywords = ["xmpp", "tokio"]
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1"
|
||||
|
|
Loading…
Reference in a new issue