mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
1acc3fa150
* Bump transaction_version for westend * Bump transaction_version for rococo * Bump transaction_version for kusama * Bump transaction_version for polkadot * Bump spec_version to 9290 * Bump crate versions
13 lines
445 B
TOML
13 lines
445 B
TOML
[package]
|
|
name = "tracing-gum"
|
|
version = "0.9.29"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
description = "Stick logs together with the TraceID as provided by tempo"
|
|
|
|
[dependencies]
|
|
tracing = "0.1.35"
|
|
jaeger = { path = "../jaeger", package = "polkadot-node-jaeger" }
|
|
gum-proc-macro = { path = "./proc-macro", package = "tracing-gum-proc-macro" }
|
|
polkadot-primitives = { path = "../../primitives", features = ["std"] }
|