mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
More Cargo.toml updates
This commit is contained in:
parent
14303bd651
commit
77f7fa552d
10 changed files with 103 additions and 106 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue