xmpp-rs/Cargo.toml
2019-07-25 15:36:45 +02:00

12 lines
223 B
TOML

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