xmpp-rs-mirror/Cargo.toml
2017-06-04 02:05:15 +02:00

11 lines
179 B
TOML

[package]
name = "tokio-xmpp"
version = "0.1.0"
authors = ["Astro <astro@spaceboyz.net>"]
[dependencies]
futures = "*"
tokio-core = "*"
tokio-io = "*"
bytes = "*"
RustyXML = "*"