Skip to content

Drop procedural-masquerade from style-servo #1079

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 64 additions & 30 deletions collector/benchmarks/style-servo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions collector/benchmarks/style-servo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ members = ["components/style"]

[patch.crates-io]
cssparser = { path = "./rust-cssparser" }
cssparser-macros = { path = "./cssparser-macros" }
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"files":{"Cargo.toml":"2933f8de8e313cbee4a5643b10242657dc6e7d06baac22d2c17b390b6c844419","LICENSE":"fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85","lib.rs":"d3f200eeedd4e0dfe88562449368b01d07754fed677359e1e92d3293e1c8d8c6"},"package":"5bb1c84e87c717666564ec056105052331431803d606bd45529b28547b611eef"}
39 changes: 39 additions & 0 deletions collector/benchmarks/style-servo/cssparser-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "cssparser-macros"
version = "0.3.6"
authors = ["Simon Sapin <[email protected]>"]
description = "Procedural macros for cssparser"
documentation = "https://docs.rs/cssparser-macros/"
license = "MPL-2.0"
repository = "https://github.com/servo/rust-cssparser"

[lib]
path = "lib.rs"
proc-macro = true
[dependencies.phf_codegen]
version = "0.7"

[dependencies.proc-macro2]
version = "1"

[dependencies.procedural-masquerade]
version = "0.1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "1"
features = ["full", "extra-traits"]
Loading