xmpp-rs/Cargo.toml
Emmanuel Gil Peyrot 92386fc488 Hello world!
2019-03-21 18:43:27 +01:00

11 lines
203 B
TOML

[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"