mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Derive DomObject with a proc macro
This commit is contained in:
parent
1dfdd0bab8
commit
c84cea995b
9 changed files with 92 additions and 91 deletions
14
components/domobject_derive/Cargo.toml
Normal file
14
components/domobject_derive/Cargo.toml
Normal file
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "domobject_derive"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MPL-2.0"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = "0.10"
|
||||
quote = "0.3"
|
Loading…
Add table
Add a link
Reference in a new issue