v0.1.0-pre.033

This commit is contained in:
2026-07-25 11:52:33 +02:00
parent 5cbccba241
commit 9ad47de757
8 changed files with 1633 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
# file: kb-pipeline/Cargo.toml
# version: 8
# version: 9
[package]
name = "kb-pipeline"
@@ -10,6 +10,7 @@ publish.workspace = true
[dependencies]
async-trait.workspace = true
bs58.workspace = true
chrono.workspace = true
futures-util.workspace = true
kb-core = { path = "../kb-core" }
@@ -20,13 +21,12 @@ kb-store = { path = "../kb-store" }
kb-wallet = { path = "../kb-wallet" }
serde.workspace = true
serde_json.workspace = true
solana-pubkey.workspace = true
spl-elgamal-registry-interface.workspace = true
sha2.workspace = true
tokio.workspace = true
tracing.workspace = true
uuid.workspace = true
[dev-dependencies]
bs58.workspace = true
[lints]
workspace = true