mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
174f23d1cc
* Introduce is_frequent util * Add dirty warn_if_frequent! implementation * Add freq * Fix order in condition * Update * Update docs * Fix * Remove old impl * Fix errors * Add wif to av-distr * Add wif to col prot * Rename * Add wif to state-distr * Address review comments * Change Freq implementation * Remove the zero division check * Make rate explicit * Fix typo * Update rate constant * Introduce explicit rates * Update docs * Split errors freq * Downgrade coarsetime
14 lines
454 B
TOML
14 lines
454 B
TOML
[package]
|
|
name = "tracing-gum"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
description = "Stick logs together with the TraceID as provided by tempo"
|
|
|
|
[dependencies]
|
|
coarsetime = "0.1.22"
|
|
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"] }
|