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
+22
View File
@@ -0,0 +1,22 @@
[package]
name = "pezkuwi-node-subsystem"
description = "Subsystem traits and message definitions and the generated overseer"
version = "7.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
[lints]
workspace = true
[dependencies]
pezkuwi-node-subsystem-types = { workspace = true, default-features = true }
pezkuwi-overseer = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [
"pezkuwi-node-subsystem-types/runtime-benchmarks",
"pezkuwi-overseer/runtime-benchmarks",
]