mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
16 lines
255 B
TOML
16 lines
255 B
TOML
[package]
|
|
name = "tokio-xmpp"
|
|
version = "0.1.0"
|
|
authors = ["Astro <astro@spaceboyz.net>"]
|
|
|
|
[dependencies]
|
|
futures = "*"
|
|
tokio-core = "*"
|
|
tokio-io = "*"
|
|
bytes = "*"
|
|
RustyXML = "*"
|
|
native-tls = "*"
|
|
tokio-tls = "*"
|
|
sasl = "*"
|
|
rustc-serialize = "*"
|
|
jid = "*"
|