aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo_tracing/Cargo.toml
blob: 1660aa7f69173ded66f10aa9ed6f1a1f7bc151b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "servo-tracing"
edition.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
publish.workspace = true
rust-version.workspace = true

[dependencies]
quote = { workspace = true }
proc-macro2 = { workspace = true }
syn = { version = "2", features = ["full"] }

[lib]
path = "lib.rs"
proc-macro = true
doctest = false

[dev-dependencies]
prettyplease = "0.2.32"