From a047fdd8708614c31af781696cf2e60db9c3dd86 Mon Sep 17 00:00:00 2001 From: lumi Date: Sat, 25 Feb 2017 15:31:58 +0100 Subject: [PATCH] add data to Cargo.toml --- Cargo.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 765a12d..7b91316 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,15 @@ name = "minidom" version = "0.1.0" authors = ["lumi "] +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] -xml-rs = "*" +xml-rs = "0.3.6"