37c22d23ce
* Nomos cli executor swarm * Executor swarm and backend in nomos-cli * Libp2p executor adapter in nomos cli * Update nomos-cli/src/da/network/backend.rs Co-authored-by: Daniel Sanchez <sanchez.quiros.daniel@gmail.com> * Use FillFromNodeList with executor backend * Integrate Executor backend into the cli * Use subnetwork id where appropriate * Common clone_deserialize_error * Use thiserror * Minimal dialing in cli swarm * Send dispersal messages async * Remove unused connection id --------- Co-authored-by: Daniel Sanchez <sanchez.quiros.daniel@gmail.com>
13 lines
257 B
TOML
13 lines
257 B
TOML
[package]
|
|
name = "subnetworks-assignations"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
libp2p-identity = { version = "0.2", features = ["peerid", "serde"] }
|
|
serde = "1"
|
|
|
|
|
|
[dev-dependencies]
|
|
libp2p-identity = { version = "0.2", features = ["rand"] }
|