v0.1.0-pre.032

This commit is contained in:
2026-07-25 11:31:48 +02:00
parent f2f5a0edc6
commit 5cbccba241
9 changed files with 671 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
# file: kb-pipeline/Cargo.toml
# version: 7
# version: 8
[package]
name = "kb-pipeline"
@@ -18,6 +18,7 @@ kb-onchain-transport = { path = "../kb-onchain-transport" }
kb-program-ids = { path = "../kb-program-ids" }
kb-store = { path = "../kb-store" }
kb-wallet = { path = "../kb-wallet" }
serde.workspace = true
serde_json.workspace = true
sha2.workspace = true
tokio.workspace = true