sendxmpp-rs/Cargo.toml

18 lines
436 B
TOML
Raw Normal View History

2017-08-11 00:37:50 -04:00
[package]
2017-08-12 23:59:43 -04:00
name = "sendxmpp"
2017-08-11 00:37:50 -04:00
version = "0.1.0"
authors = ["moparisthebest <admin@moparisthebest.com>"]
description = "Send XMPP messages from the command line."
2017-08-12 23:59:43 -04:00
license = "GPL-3.0+"
readme = "README.md"
2017-08-11 00:37:50 -04:00
[dependencies]
2017-08-13 00:13:08 -04:00
#xmpp = { git = "https://gitlab.com/lumi/xmpp-rs.git" }
xmpp = { path = "xmpp-rs", version = "0.2.0" }
2017-08-11 00:37:50 -04:00
#xmpp = "0.2.0"
toml = "0.4.4"
serde_derive = "1.0.11"
serde = "1.0.11"
gumdrop = "0.3.0"
2017-08-12 23:59:43 -04:00
gumdrop_derive = "0.3.0"