v0.4.7-pre.013

This commit is contained in:
2026-08-04 17:14:01 +02:00
parent 4d08c75b2b
commit 22228149a3
26 changed files with 2367 additions and 223 deletions

View File

@@ -1,5 +1,5 @@
# file: kb-pipeline-demo-scenarios/Cargo.toml
# version: 4
# version: 7
[package]
name = "kb-pipeline-demo-scenarios"
@@ -18,6 +18,7 @@ name = "kb-pipeline-demo-scenarios-cli"
path = "src/bin/kb_pipeline_demo_scenarios_cli.rs"
[dependencies]
base64.workspace = true
chrono.workspace = true
kb-core = { path = "../kb-core" }
kb-config = { path = "../kb-config" }
@@ -28,6 +29,9 @@ kb-program-ids = { path = "../kb-program-ids" }
kb-store = { path = "../kb-store" }
kb-wallet = { path = "../kb-wallet" }
mpl-token-metadata.workspace = true
solana-instruction.workspace = true
solana-pubkey.workspace = true
spl-token-interface.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true