Files
zed/crates/ztracing/Cargo.toml
Yara 🏳️‍⚧️ 1029a8fbaf Add support for manual spans, expand instrumentation (#44663)
Release Notes:

- N/A

---------

Co-authored-by: Cameron <cameron@zed.dev>
2025-12-11 22:29:47 +00:00

22 lines
407 B
TOML

[package]
name = "ztracing"
version = "0.1.0"
edition.workspace = true
publish.workspace = true
license = "GPL-3.0-or-later"
[lints]
workspace = true
[features]
tracy = ["tracing-tracy"]
[dependencies]
zlog.workspace = true
tracing.workspace = true
tracing-subscriber = "0.3.22"
tracing-tracy = { version = "0.11.4", optional = true, features = ["enable", "ondemand"] }
ztracing_macro.workspace = true