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