1
0
mirror of synced 2025-02-13 08:16:56 +00:00
Daniel Sanchez c983eb2260
Add Executor client (#811)
* Refactor paths into common modules

* Kickoff http client

* Add blob to send blob

* Refactor publish method. Will reuse older endpoint in further prs

* Use paths in tests

* Fix more tests
2024-10-08 15:43:58 +00:00

11 lines
239 B
TOML

[package]
name = "executor-http-client"
version = "0.1.0"
edition = "2021"
[dependencies]
nomos-core = { path = "../../nomos-core" }
nomos-executor = { path = "../../nodes/nomos-executor" }
reqwest = "0.12"
serde = "1.0"
thiserror = "1.0"