From 1d428d8838a396e8c16d6ea7fb75896ec69c3aa9 Mon Sep 17 00:00:00 2001 From: kirbylife Date: Sun, 7 Mar 2021 20:31:41 -0600 Subject: [PATCH] add the information to crates.io --- Cargo.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 279c4be..26eaaf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,9 +2,14 @@ name = "cssifier" version = "0.1.0" authors = ["kirbylife "] +license = " GPL-3.0-or-later" +readme = "README.md" +homepage = "https://gitlab.com/kirbylife/cssifier" +repository = "https://gitlab.com/kirbylife/cssifier" +description = "Simple crate to convert XPath selectors to CSS selectors" +keywords = ["cssifier", "xpath", "css", "selector"] +categories = ["parsing"] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] regex = "1.0" \ No newline at end of file