Fork of a type-safe Rust XMPP library
1[package] 2name = "xmpp" 3version = "0.1.0" 4authors = ["lumi <lumi@pew.im>"] 5 6[dependencies] 7xml-rs = "*" 8openssl = "*" 9base64 = "*" 10 11[dependencies.minidom] 12git = "https://gitlab.com/lumi/minidom-rs.git"