summaryrefslogtreecommitdiffstats
path: root/tools/profiler/rust-api/macros/Cargo.toml
blob: b8bd9910dc26026cc885abd04538973049dab130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "profiler-macros"
version = "0.1.0"
authors = ["The Mozilla Project Developers"]
edition = "2018"
license = "MPL-2.0"

[lib]
proc-macro = true

[dependencies]
syn = "1"
quote = "1.0"