aboutsummaryrefslogtreecommitdiffstats
path: root/components/jstraceable_derive/Cargo.toml
blob: 47e28b4290cb4999ed8ff267a48d17f3e7a0db19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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]
quote = "0.3"
syn = "0.11"
synstructure = "0.5"