add the information to crates.io
parent
7cce076231
commit
1d428d8838
|
@ -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"
|
Loading…
Reference in New Issue