v0.1.0-pre.050

This commit is contained in:
2026-07-25 21:04:56 +02:00
parent 8286dc0919
commit 50fd7467f8
23 changed files with 3129 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
# file: kb-app-demo-desktop/Cargo.toml
# version: 2
# version: 3
[package]
name = "kb-app-demo-desktop"
@@ -28,6 +28,7 @@ kb-core = { path = "../kb-core" }
kb-logging = { path = "../kb-logging" }
kb-store = { path = "../kb-store" }
kb-pipeline = { path = "../kb-pipeline" }
kb-program-ids = { path = "../kb-program-ids" }
kb-onchain-transport = { path = "../kb-onchain-transport" }
serde.workspace = true
serde_json.workspace = true