0.5.1-pre.002

This commit is contained in:
2026-08-09 19:34:08 +02:00
parent 816eee59a9
commit 6a680767ae
767 changed files with 12257 additions and 12195 deletions

View File

@@ -0,0 +1,26 @@
# file: ks-onchain-transport/Cargo.toml
# version: 5
[package]
name = "ks-onchain-transport"
version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
futures-util.workspace = true
base64.workspace = true
bs58.workspace = true
ks-config = { path = "../ks-config" }
ks-core = { path = "../ks-core" }
ks-lib = { path = "../ks-lib" }
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
tokio-tungstenite.workspace = true
tracing.workspace = true
[lints]
workspace = true