mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Cargo.toml cleanups. Mostly ordering fixes. Testing: No tests for Cargo.toml edits. --------- Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
21 lines
414 B
TOML
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"
|