0.5.1-pre.002
This commit is contained in:
35
ks-pipeline/Cargo.toml
Normal file
35
ks-pipeline/Cargo.toml
Normal 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
|
||||
Reference in New Issue
Block a user