Files
pezkuwi-subxt/polkadot/node/gum/Cargo.toml
T
2022-04-08 11:48:43 +00:00

13 lines
445 B
TOML

[package]
name = "tracing-gum"
version = "0.9.19"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
description = "Stick logs together with the TraceID as provided by tempo"
[dependencies]
tracing = "0.1.31"
jaeger = { path = "../jaeger", package = "polkadot-node-jaeger" }
gum-proc-macro = { path = "./proc-macro", package = "tracing-gum-proc-macro" }
polkadot-primitives = { path = "../../primitives", features = ["std"] }