xmpp-rs/Cargo.toml

12 lines
202 B
TOML
Raw Normal View History

2017-02-18 22:16:20 +01:00
[package]
name = "xmpp"
version = "0.1.0"
authors = ["lumi <lumi@pew.im>"]
[dependencies]
xml-rs = "*"
openssl = "*"
2017-02-20 16:28:51 +01:00
base64 = "*"
[dependencies.minidom]
git = "https://gitlab.com/lumi/minidom-rs.git"