xmpp-rs/Cargo.toml

9 lines
152 B
TOML
Raw Normal View History

2017-06-02 00:42:57 +02:00
[package]
name = "tokio-xmpp"
version = "0.1.0"
authors = ["Astro <astro@spaceboyz.net>"]
[dependencies]
2017-06-03 01:58:31 +02:00
futures = "*"
tokio-core = "*"
RustyXML = "*"