v0.1.0-pre.025

This commit is contained in:
2026-07-25 08:13:05 +02:00
parent f5648ff138
commit f4d024680c
13 changed files with 3729 additions and 57 deletions

View File

@@ -9,6 +9,7 @@ license.workspace = true
publish.workspace = true
[dependencies]
futures-util.workspace = true
base64.workspace = true
bs58.workspace = true
kb-config = { path = "../kb-config" }
@@ -18,6 +19,7 @@ reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
tokio-tungstenite.workspace = true
tracing.workspace = true
[lints]