Prepare for merge: Move all minidom-rs files into minidom-rs/

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-10-18 14:27:53 +02:00
commit 57b2c6a135
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
14 changed files with 0 additions and 0 deletions

View file

@ -1,28 +0,0 @@
[package]
name = "minidom"
version = "0.11.1"
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"
documentation = "https://docs.rs/minidom"
readme = "README.md"
keywords = ["xml"]
license = "MIT"
edition = "2018"
[badges]
gitlab = { repository = "lumi/minidom-rs" }
[dependencies]
quick-xml = "0.17"
[features]
default = ["comments"]
comments = []