mirror of
https://github.com/servo/servo.git
synced 2025-07-12 09:53:40 +01:00
16 lines
264 B
TOML
16 lines
264 B
TOML
[package]
|
|
name = "jstraceable_derive"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "0.4"
|
|
syn = "0.15"
|
|
synstructure = "0.10"
|