servo/components/servo_tracing/Cargo.toml
Alex Touchet 5a0332f57e
Cargo.toml cleanup (#39403)
Cargo.toml cleanups. Mostly ordering fixes.

Testing: No tests for Cargo.toml edits.

---------

Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
2025-09-20 03:09:37 +00:00

21 lines
414 B
TOML

[package]
name = "servo-tracing"
edition.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
publish.workspace = true
rust-version.workspace = true
[dependencies]
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { version = "2", features = ["full"] }
[lib]
path = "lib.rs"
proc-macro = true
doctest = false
[dev-dependencies]
prettyplease = "0.2.32"