add the information to crates.io

master
kirbylife 2021-03-07 20:31:41 -06:00
parent 7cce076231
commit 1d428d8838
1 changed files with 7 additions and 2 deletions

View File

@ -2,9 +2,14 @@
name = "cssifier" name = "cssifier"
version = "0.1.0" version = "0.1.0"
authors = ["kirbylife <kirbylife@protonmail.com>"] authors = ["kirbylife <kirbylife@protonmail.com>"]
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" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
regex = "1.0" regex = "1.0"