[package] name = "sendxmpp" version = "0.1.0" authors = ["moparisthebest "] description = "Send XMPP messages from the command line." license = "GPL-3.0+" readme = "README.md" [dependencies] #xmpp = { git = "https://gitlab.com/lumi/xmpp-rs.git" } xmpp = { path = "xmpp-rs", version = "0.2.0" } #xmpp = "0.2.0" toml = "0.4.4" serde_derive = "1.0.11" serde = "1.0.11" gumdrop = "0.3.0" gumdrop_derive = "0.3.0"