2026-01-09 15:10:38 +02:00
|
|
|
[package]
|
2026-01-23 10:39:34 +02:00
|
|
|
name = "indexer_core"
|
2026-01-09 15:10:38 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
2026-01-31 23:13:36 +04:00
|
|
|
license = { workspace = true }
|
2026-01-09 15:10:38 +02:00
|
|
|
|
|
|
|
|
[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
|
2026-01-12 15:51:24 +02:00
|
|
|
url.workspace = true
|
2026-01-27 08:13:53 +02:00
|
|
|
logos-blockchain-core.workspace = true
|
2026-01-23 10:39:34 +02:00
|
|
|
serde_json.workspace = true
|
2026-01-29 22:20:42 +03:00
|
|
|
async-stream.workspace = true
|