479010094e
- 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)
25 lines
650 B
TOML
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" ]
|