* Create basic structure of mempool network adapter for da sampling * Return blob instead from sample method * fmt
12 lines
269 B
TOML
12 lines
269 B
TOML
[package]
|
|
name = "nomos-da-network-core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
libp2p = "0.53"
|
|
futures = "0.3"
|
|
tracing = "0.1"
|
|
indexmap = "2.2"
|
|
subnetworks-assignations = { path = "../subnetworks-assignations" }
|
|
nomos-da-messages = { path = "../messages" } |