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
@@ -0,0 +1,26 @@
[package]
name = "test-runtime-constants"
publish = false
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
[lints]
workspace = true
[dependencies]
smallvec = { workspace = true, default-features = true }
frame-support = { workspace = true }
pezkuwi-primitives = { workspace = true }
sp-runtime = { workspace = true }
[features]
default = ["std"]
std = ["frame-support/std", "pezkuwi-primitives/std", "sp-runtime/std"]
runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"pezkuwi-primitives/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
]