mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Update author list
This commit is contained in:
parent
1c3a701d2e
commit
7d009923b7
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,13 @@
|
|||
[package]
|
||||
name = "minidom"
|
||||
version = "0.7.0"
|
||||
authors = ["lumi <lumi@pew.im>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", "Bastien Orivel <eijebong+minidom@bananium.fr>", "Astro <astro@spaceboyz.net>"]
|
||||
authors = [
|
||||
"lumi <lumi@pew.im>",
|
||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||
"Bastien Orivel <eijebong+minidom@bananium.fr>",
|
||||
"Astro <astro@spaceboyz.net>",
|
||||
"Maxime “pep” Buquet <pep@bouah.net>",
|
||||
]
|
||||
description = "A small, simple DOM implementation on top of quick-xml"
|
||||
homepage = "https://gitlab.com/lumi/minidom-rs"
|
||||
repository = "https://gitlab.com/lumi/minidom-rs"
|
||||
|
|
Loading…
Reference in a new issue