v0.1.0-pre.023

This commit is contained in:
2026-07-24 23:54:38 +02:00
parent 929c89cf9f
commit c30ba8a2d9
28 changed files with 203 additions and 160 deletions

View File

@@ -1,5 +1,5 @@
# file: kb-app-demo/Cargo.toml
# version: 1
# version: 2
[package]
name = "kb-app-demo"
@@ -15,7 +15,7 @@ kb-lib = { path = "../kb-lib" }
kb-logging = { path = "../kb-logging" }
kb-pipeline = { path = "../kb-pipeline" }
kb-program-ids = { path = "../kb-program-ids" }
kb-rpc = { path = "../kb-rpc" }
kb-onchain-transport = { path = "../kb-onchain-transport" }
kb-store = { path = "../kb-store" }
kb-wallet = { path = "../kb-wallet" }