Files
pezkuwi-sdk/pezkuwi/node/gum/Cargo.toml
T
pezkuwichain 479010094e fix(ci): resolve all quick-checks failures
- Remove missing cli crate from workspace members
- Fix TOML array syntax errors in pvf and benchmarking-cli Cargo.toml
- Fix Rust import ordering with cargo fmt
- Fix feature propagation with zepter (try-runtime, runtime-benchmarks, std)
2026-01-04 17:22:12 +03:00

25 lines
650 B
TOML

[package]
name = "pez-tracing-gum"
version = "7.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
description = "Stick logs together with the TraceID as provided by tempo"
homepage.workspace = true
repository.workspace = true
documentation.workspace = true
[lints]
workspace = true
[dependencies]
coarsetime = { workspace = true }
gum-proc-macro = { workspace = true, default-features = true }
pezkuwi-primitives = { features = [
"std",
], workspace = true, default-features = true }
tracing = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [ "pezkuwi-primitives/runtime-benchmarks" ]