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

35
ks-pipeline/Cargo.toml Normal file
View File

@@ -0,0 +1,35 @@
# file: ks-pipeline/Cargo.toml
# version: 16
[package]
name = "ks-pipeline"
version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
async-trait.workspace = true
base64.workspace = true
bs58.workspace = true
chrono.workspace = true
futures-util.workspace = true
ks-core = { path = "../ks-core" }
ks-config = { path = "../ks-config" }
ks-lib = { path = "../ks-lib" }
ks-onchain-transport = { path = "../ks-onchain-transport" }
ks-program-ids = { path = "../ks-program-ids" }
ks-store = { path = "../ks-store" }
serde.workspace = true
serde_json.workspace = true
solana-address-lookup-table-interface.workspace = true
solana-pubkey.workspace = true
spl-elgamal-registry-interface.workspace = true
spl-associated-token-account-interface.workspace = true
sha2.workspace = true
tokio.workspace = true
tracing.workspace = true
uuid.workspace = true
[lints]
workspace = true