Skip to content
Snippets Groups Projects

WIP: Resolve "WS2Pv2 : Implement connection negotiation"

Merged Éloïs requested to merge 95-ws2pv2-implement-connection-negotiation into dev
Compare and
45 files
+ 1976
245
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
@@ -7,8 +7,8 @@ license = "AGPL-3.0"
[dependencies]
duniter-core = { path = "../../lib/core/core" }
# durs-skeleton-module = { path = "../../lib/modules/skeleton-module" }
durs-ws2p = { path = "../../lib/modules/ws2p" }
# durs-skeleton = { path = "../../lib/modules/skeleton" }
durs-ws2p = { path = "../../lib/modules/ws2p/ws2p" }
durs-ws2p-v1-legacy = { path = "../../lib/modules/ws2p-v1-legacy" }
structopt= "0.2.*"
Loading