1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-07-03 20:00:36 +02:00
xmpp-rs/Cargo.toml
2017-04-23 17:23:09 +02:00

17 lines
406 B
TOML

[package]
name = "jid"
version = "0.2.0"
authors = ["lumi <lumi@pew.im>"]
description = "A crate which provides a Jid struct for Jabber IDs."
homepage = "https://gitlab.com/lumi/jid-rs"
repository = "https://gitlab.com/lumi/jid-rs"
documentation = "https://docs.rs/jid"
readme = "README.md"
keywords = ["xmpp", "jid"]
license = "LGPL-3.0+"
[badges]
gitlab = { repository = "lumi/jid-rs" }
[dependencies]