0.5.1-pre.002

This commit is contained in:
2026-08-09 19:34:08 +02:00
parent 816eee59a9
commit 6a680767ae
767 changed files with 12257 additions and 12195 deletions

View File

@@ -1,5 +1,5 @@
# file: kb-app-demo-desktop/Cargo.toml
# version: 6
# version: 7
[package]
name = "kb-app-demo-desktop"
@@ -23,16 +23,16 @@ tauri-build.workspace = true
[dependencies]
chrono.workspace = true
fs2.workspace = true
kb-config = { path = "../kb-config" }
kb-core = { path = "../kb-core" }
kb-logging = { path = "../kb-logging" }
kb-lib = { path = "../kb-lib" }
kb-program-ids = { path = "../kb-program-ids" }
kb-store = { path = "../kb-store" }
kb-wallet = { path = "../kb-wallet" }
kb-pipeline = { path = "../kb-pipeline" }
kb-pipeline-demo-scenarios = { path = "../kb-pipeline-demo-scenarios" }
kb-onchain-transport = { path = "../kb-onchain-transport" }
ks-config = { path = "../ks-config" }
ks-core = { path = "../ks-core" }
ks-logging = { path = "../ks-logging" }
ks-lib = { path = "../ks-lib" }
ks-program-ids = { path = "../ks-program-ids" }
ks-store = { path = "../ks-store" }
ks-wallet = { path = "../ks-wallet" }
ks-pipeline = { path = "../ks-pipeline" }
ks-pipeline-demo-scenarios = { path = "../ks-pipeline-demo-scenarios" }
ks-onchain-transport = { path = "../ks-onchain-transport" }
serde.workspace = true
serde_json.workspace = true
spl-associated-token-account-interface.workspace = true