mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
reuse the bloom filter and style sharing cache across traversals https://bugzilla.mozilla.org/show_bug.cgi?id=1380198 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17701) <!-- Reviewable:end -->
19 lines
375 B
TOML
19 lines
375 B
TOML
[package]
|
|
name = "servo_arc"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "servo_arc"
|
|
path = "lib.rs"
|
|
|
|
[features]
|
|
servo = ["serde", "heapsize"]
|
|
|
|
[dependencies]
|
|
heapsize = {version = "0.4.0", optional = true}
|
|
nodrop = {version = "0.1.8"}
|
|
serde = {version = "1.0", optional = true}
|
|
stable_deref_trait = "1.0.0"
|