mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-17 11:53:14 +00:00
19 lines
438 B
TOML
19 lines
438 B
TOML
[package]
|
|
name = "bedrock_client"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = { workspace = true }
|
|
|
|
[dependencies]
|
|
common.workspace = true
|
|
|
|
reqwest.workspace = true
|
|
anyhow.workspace = true
|
|
tokio-retry.workspace = true
|
|
futures.workspace = true
|
|
log.workspace = true
|
|
serde.workspace = true
|
|
logos-blockchain-common-http-client.workspace = true
|
|
logos-blockchain-core.workspace = true
|
|
logos-blockchain-chain-broadcast-service.workspace = true
|