mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
16 lines
239 B
TOML
16 lines
239 B
TOML
[package]
|
|
name = "jstraceable_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.9"
|
|
quote = "0.3"
|
|
synstructure = "0.2"
|