mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
add data to Cargo.toml
This commit is contained in:
parent
9a00c998ae
commit
a047fdd870
1 changed files with 10 additions and 1 deletions
11
Cargo.toml
11
Cargo.toml
|
@ -2,6 +2,15 @@
|
||||||
name = "minidom"
|
name = "minidom"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["lumi <lumi@pew.im>"]
|
authors = ["lumi <lumi@pew.im>"]
|
||||||
|
description = "A small, simple DOM implementation on top of xml-rs."
|
||||||
|
homepage = "https://gitlab.com/lumi/minidom-rs"
|
||||||
|
repository = "https://gitlab.com/lumi/minidom-rs"
|
||||||
|
readme = "README.md"
|
||||||
|
keywords = ["xml"]
|
||||||
|
license = "LGPL-3.0+"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
gitlab = { repository = "lumi/minidom-rs" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
xml-rs = "*"
|
xml-rs = "0.3.6"
|
||||||
|
|
Loading…
Reference in a new issue