feat: initialize Kurdistan SDK - independent fork of Polkadot SDK

This commit is contained in:
2025-12-13 15:44:15 +03:00
commit e4778b4576
6838 changed files with 1847450 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
[package]
name = "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
[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"]