1
0
mirror of synced 2025-01-11 00:05:48 +00:00

20 lines
697 B
TOML
Raw Normal View History

[package]
name = "nomos-da-dispersal"
version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = "0.1"
futures = "0.3"
itertools = "0.13"
nomos-core = { path = "../../../nomos-core" }
nomos-da-network-core = { path = "../../../nomos-da/network/core" }
nomos-mempool = { path = "../../mempool", features = ["libp2p"] }
subnetworks-assignations = { path = "../../../nomos-da/network/subnetworks-assignations" }
nomos-da-network-service = { path = "../../../nomos-services/data-availability/network" }
kzgrs-backend = { path = "../../../nomos-da/kzgrs-backend" }
overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "2f70806" }
tokio = "1.40"
thiserror = "1.0"
tracing = "0.1"