Prepare for merge: Move all jid-rs files into jid-rs/
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
176166b60a
commit
5a6a1d7c97
7 changed files with 0 additions and 0 deletions
22
Cargo.toml
22
Cargo.toml
|
|
@ -1,22 +0,0 @@
|
|||
[package]
|
||||
name = "jid"
|
||||
version = "0.8.0"
|
||||
authors = [
|
||||
"lumi <lumi@pew.im>",
|
||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||
"Maxime “pep” Buquet <pep@bouah.net>",
|
||||
]
|
||||
description = "A crate which provides a Jid struct for Jabber IDs."
|
||||
homepage = "https://gitlab.com/xmpp-rs/jid-rs"
|
||||
repository = "https://gitlab.com/xmpp-rs/jid-rs"
|
||||
documentation = "https://docs.rs/jid"
|
||||
readme = "README.md"
|
||||
keywords = ["xmpp", "jid"]
|
||||
license = "MPL-2.0"
|
||||
edition = "2018"
|
||||
|
||||
[badges]
|
||||
gitlab = { repository = "xmpp-rs/jid-rs" }
|
||||
|
||||
[dependencies]
|
||||
minidom = { version = "0.11", optional = true }
|
||||
Loading…
Reference in a new issue