summaryrefslogtreecommitdiffstats
path: root/xpcom/rust/xpcom/xpcom_macros/Cargo.toml
blob: 78238ae6d189ee55e8a9dba7ee3546d62ecae350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "xpcom_macros"
version = "0.1.0"
authors = ["Nika Layzell <nika@thelayzells.com>"]
edition = "2018"
license = "MPL-2.0"

[lib]
proc-macro = true

[dependencies]
syn = { version = "2", features = ["full"] }
quote = "1"
proc-macro2 = "1"
lazy_static = "1.0"
mozbuild = "0.1"