mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-14 02:13:09 +00:00
17 lines
413 B
TOML
17 lines
413 B
TOML
[package]
|
|
name = "bedrock_client"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = { workspace = true }
|
|
|
|
[dependencies]
|
|
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
|