Hello world!

This commit is contained in:
Emmanuel Gil Peyrot 2019-03-21 18:41:29 +01:00
commit 92386fc488
5 changed files with 439 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "xmpp"
version = "0.3.0"
authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
edition = "2018"
[dependencies]
tokio-xmpp = "1"
xmpp-parsers = "0.13"
futures = "0.1"
tokio = "0.1"