v0.4.8-pre.012

This commit is contained in:
2026-08-07 09:54:53 +02:00
parent dcc1d382d9
commit f5efce576b
16 changed files with 1901 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
# file: kb-pipeline-demo-scenarios/Cargo.toml
# version: 7
# version: 9
[package]
name = "kb-pipeline-demo-scenarios"
@@ -19,6 +19,7 @@ path = "src/bin/kb_pipeline_demo_scenarios_cli.rs"
[dependencies]
base64.workspace = true
bs58.workspace = true
chrono.workspace = true
kb-core = { path = "../kb-core" }
kb-config = { path = "../kb-config" }
@@ -32,6 +33,7 @@ mpl-token-metadata.workspace = true
solana-instruction.workspace = true
solana-pubkey.workspace = true
spl-token-interface.workspace = true
spl-token-2022-interface.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true