mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-29 02:23:09 +00:00
11 lines
226 B
TOML
11 lines
226 B
TOML
[package]
|
|
name = "bedrock_client"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
reqwest.workspace = true
|
|
anyhow.workspace = true
|
|
logos-blockchain-common-http-client.workspace = true
|
|
logos-blockchain-core.workspace = true
|