mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-13 18:03:41 +00:00
15 lines
314 B
TOML
15 lines
314 B
TOML
[package]
|
|
name = "bedrock_client"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
reqwest.workspace = true
|
|
anyhow.workspace = true
|
|
serde.workspace = true
|
|
log.workspace = true
|
|
thiserror.workspace = true
|
|
url.workspace = true
|
|
futures.workspace = true
|
|
serde_json.workspace = true
|
|
common-http-client.workspace = true |