lssa/indexer/Cargo.toml
2026-01-16 16:19:59 +02:00

19 lines
352 B
TOML

[package]
name = "indexer"
version = "0.1.0"
edition = "2024"
[dependencies]
common.workspace = true
bedrock_client.workspace = true
anyhow.workspace = true
log.workspace = true
serde.workspace = true
tokio.workspace = true
borsh.workspace = true
futures.workspace = true
url.workspace = true
nomos-core.workspace = true
tokio-retry.workspace = true