mirror of
https://github.com/servo/servo.git
synced 2025-08-29 00:58:20 +01:00
style: Factor out some of style_derive.
Differential Revision: https://phabricator.services.mozilla.com/D17188
This commit is contained in:
parent
f581d2afb2
commit
d8a758272e
13 changed files with 40 additions and 9 deletions
16
components/derive_common/Cargo.toml
Normal file
16
components/derive_common/Cargo.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "derive_common"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MPL-2.0"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
darling = "0.8"
|
||||
proc-macro2 = "0.4"
|
||||
quote = "0.6"
|
||||
syn = { version = "0.15", features = ["visit"] }
|
||||
synstructure = "0.10"
|
Loading…
Add table
Add a link
Reference in a new issue