mirror of
https://github.com/logos-blockchain/logos-blockchain.git
synced 2026-07-31 19:43:11 +00:00
20 lines
679 B
TOML
20 lines
679 B
TOML
[package]
|
|
edition = "2021"
|
|
license = { workspace = true }
|
|
name = "common-http-client"
|
|
version = "0.1.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
futures = { default-features = false, version = "0.3.31" }
|
|
nomos-core = { workspace = true }
|
|
nomos-da-messages = { workspace = true }
|
|
nomos-http-api-common = { workspace = true }
|
|
reqwest = { features = ["json", "stream"], workspace = true }
|
|
serde = { default-features = false, version = "1.0" }
|
|
serde_json = { default-features = false, version = "1.0.140" }
|
|
thiserror = "1.0"
|
|
url = { default-features = false, version = "2.5.4" }
|