Prepare for merge: Move all xmpp-rs files into xmpp-rs/

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-10-18 13:44:25 +02:00
commit 2fec9083a4
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
9 changed files with 0 additions and 0 deletions

View file

@ -1,21 +0,0 @@
[package]
name = "xmpp"
version = "0.3.0"
authors = [
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
"Maxime “pep” Buquet <pep@bouah.net>",
]
description = "High-level XMPP library"
homepage = "https://gitlab.com/linkmauve/xmpp-rs"
repository = "https://gitlab.com/linkmauve/xmpp-rs"
keywords = ["xmpp", "jabber", "chat", "messaging", "bot"]
categories = ["network-programming"]
license = "MPL-2.0"
edition = "2018"
[dependencies]
tokio-xmpp = "1.0.1"
xmpp-parsers = "0.15"
futures = "0.1"
tokio = "0.1"
log = "0.4"