v0.1.0-pre.024

This commit is contained in:
2026-07-25 00:48:29 +02:00
parent c30ba8a2d9
commit f5648ff138
22 changed files with 7554 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
# file: kb-onchain-transport/Cargo.toml
# version: 2
# version: 4
[package]
name = "kb-onchain-transport"
@@ -9,7 +9,16 @@ license.workspace = true
publish.workspace = true
[dependencies]
base64.workspace = true
bs58.workspace = true
kb-config = { path = "../kb-config" }
kb-core = { path = "../kb-core" }
kb-lib = { path = "../kb-lib" }
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
tracing.workspace = true
[lints]
workspace = true