added documentation url and fixed a dumb mistake

This commit is contained in:
lumi 2017-02-25 15:43:56 +01:00
commit 112b3fa0c8
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,11 @@
[package]
name = "minidom"
version = "0.1.0"
version = "0.1.1"
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"
documentation = "https://docs.rs/minidom"
readme = "README.md"
keywords = ["xml"]
license = "LGPL-3.0+"