Files
khadhroony-bot3/ks-pipeline/Cargo.toml
2026-08-09 19:34:08 +02:00

36 lines
929 B
TOML

# 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