Files
khadhroony-bot3/kb-pipeline/Cargo.toml
2026-07-25 09:08:41 +02:00

28 lines
621 B
TOML

# file: kb-pipeline/Cargo.toml
# version: 4
[package]
name = "kb-pipeline"
version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
async-trait.workspace = true
chrono.workspace = true
futures-util.workspace = true
kb-core = { path = "../kb-core" }
kb-lib = { path = "../kb-lib" }
kb-onchain-transport = { path = "../kb-onchain-transport" }
kb-store = { path = "../kb-store" }
kb-wallet = { path = "../kb-wallet" }
serde_json.workspace = true
sha2.workspace = true
tokio.workspace = true
tracing.workspace = true
uuid.workspace = true
[lints]
workspace = true