More Cargo.toml updates

This commit is contained in:
atouchet 2020-05-30 18:18:57 -07:00
parent 14303bd651
commit 77f7fa552d
10 changed files with 103 additions and 106 deletions

View file

@ -1,10 +1,8 @@
[package]
name = "selectors"
version = "0.22.0"
authors = ["The Servo Project Developers"]
documentation = "https://docs.rs/selectors/"
description = "CSS Selectors matching for Rust"
repository = "https://github.com/servo/servo"
readme = "README.md"
@ -23,8 +21,8 @@ bench = []
bitflags = "1.0"
cssparser = "0.27"
derive_more = "0.99"
log = "0.4"
fxhash = "0.2"
log = "0.4"
phf = "0.8"
precomputed-hash = "0.1"
servo_arc = { version = "0.1", path = "../servo_arc" }