v0.1.0-pre.043

This commit is contained in:
2026-07-25 16:45:59 +02:00
parent 942fa7fef0
commit e2a349c739
14 changed files with 320 additions and 261 deletions

View File

@@ -0,0 +1,28 @@
# file: kb-pipeline-demo-scenarios/Cargo.toml
# version: 1
[package]
name = "kb-pipeline-demo-scenarios"
version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
chrono.workspace = true
kb-core = { path = "../kb-core" }
kb-config = { path = "../kb-config" }
kb-lib = { path = "../kb-lib" }
kb-onchain-transport = { path = "../kb-onchain-transport" }
kb-pipeline = { path = "../kb-pipeline" }
kb-program-ids = { path = "../kb-program-ids" }
kb-store = { path = "../kb-store" }
kb-wallet = { path = "../kb-wallet" }
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
tracing.workspace = true
uuid.workspace = true
[lints]
workspace = true