c7ba1f56f6
* WIP: cli dispersal reenable * WIP: Nomos da network mock in cli app * Mock adapter with KzgEncoder in cli * Send BlobInfo to the mempool * KzgrsSettings in dispersal cli app * Dispersal backend mock for executor * build_attestation_message to build_blob_id refactor * Pass blob metadata via the cli args
15 lines
419 B
TOML
15 lines
419 B
TOML
[package]
|
|
name = "nomos-da-network-service"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
async-trait = "0.1"
|
|
futures = "0.3"
|
|
kzgrs-backend = { path = "../../../nomos-da/kzgrs-backend" }
|
|
overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "2f70806" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
tokio = { version = "1", features = ["macros", "sync"] }
|
|
tokio-stream = "0.1"
|
|
tracing = "0.1"
|