xmpp-rs/Cargo.toml
2017-06-03 01:58:31 +02:00

9 lines
152 B
TOML

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