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 = "*"
|
2017-02-19 21:00:59 +01:00
|
|
|
|
|
|
|
|
[dependencies.minidom]
|
|
|
|
|
git = "https://gitlab.com/lumi/minidom-rs.git"
|