mirror of
https://github.com/vacp2p/dst-gossipsub-test-node.git
synced 2026-08-27 15:11:15 +00:00
15 lines
424 B
Nim
15 lines
424 B
Nim
mode = ScriptMode.Verbose
|
|
|
|
packageName = "test_node"
|
|
version = "0.1.0"
|
|
author = "Status Research & Development GmbH"
|
|
description = "A test node for gossipsub"
|
|
license = "MIT"
|
|
skipDirs = @[]
|
|
|
|
requires "nim >= 2.0.8",
|
|
"https://github.com/vacp2p/nim-libp2p#tmp/mix-gossipsub-logging",
|
|
"https://github.com/vacp2p/mix#tmp/benchmark-logging",
|
|
"chronos",
|
|
"ggplotnim"
|